Html Css Color HEX #368471 Viridian

📋 copy color: '#368471'

red 54 ◦ green 132 ◦ blue 113

#368471
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #368471

Tints of Viridian #368471

RGB

 RED value IS 54 (21.48% from 255) = 18.06%

 GREEN value IS 132 (51.95% from 255) = 44.15%

 BLUE value IS 113 (44.53% from 255) = 37.79%

R = 18.06%
G = 44.15%
B = 37.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#368471 (or 0x368471) is known color: Viridian. HEX triplet: 36, 84 and 71. RGB value is (54,132,113). Sum of RGB (Red+Green+Blue) = 54+132+113=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #368471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368471 is #C97B8E. Grayscale: #6A6A6A. Windows color (decimal): -13204367 or 7439414. OLE color: 7439414.

HSL color Cylindrical-coordinate representation of color #368471: hue angle of 165.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368471 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 113 -
CMYK 0.59 0 0.14 0.48
HSL 165.38º 0.42% 0.36% -
HSV(B) 165.38º 0.59% 0.52% -
XYZ 12.75 18.48 18.52 -
YUV 106.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 54 132 113 0.59 0 0.14 0.48 165.38 0.42 0.36
Hex 36 84 71 3B 0 E 30 A5 2A 24
Octal 66 204 161 73 0 16 60 245 52 44
Binary 110110 10000100 1110001 111011 0 1110 110000 10100101 101010 100100

Color Harmonies of #368471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368471

Black with #368471

Text Example


Text Example

White with #368471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368471; }

 p { color: rgb(54,132,113); }

 H1.HeaderClassName
 {
   color: #368471;
 }
 .AnyTagClassName
 {
   color: #368471;
 }
</style>

background-color css

<style>
 a { background-color: #368471; }

 a { background-color: rgb(54,132,113); }

 div.DivClassName
 {
   background-color: #368471;
 }
 .BgClassName
 {
   background-color: #368471;
 }
</style>

border-color css

<style>
 span { border-color: #368471; }

 span { border-color: rgb(54,132,113); }

 td.TdClassName
 {
   border-color: #368471;
 }
 .TagClassName
 {
   border-color: #368471;
 }
</style>