Html Css Color HEX #408471 Viridian

📋 copy color: '#408471'

red 64 ◦ green 132 ◦ blue 113

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

Shades of Viridian #408471

Tints of Viridian #408471

RGB

 RED value IS 64 (25.39% from 255) = 20.71%

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

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

R = 20.71%
G = 42.72%
B = 36.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#408471 (or 0x408471) is known color: Viridian. HEX triplet: 40, 84 and 71. RGB value is (64,132,113). Sum of RGB (Red+Green+Blue) = 64+132+113=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #408471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408471 is #BF7B8E. Grayscale: #6D6D6D. Windows color (decimal): -12549007 or 7439424. OLE color: 7439424.

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

Color convert

RGB 64 132 113 -
CMYK 0.52 0 0.14 0.48
HSL 163.24º 0.35% 0.38% -
HSV(B) 163.24º 0.52% 0.52% -
XYZ 13.35 18.78 18.55 -
YUV 109.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 64 132 113 0.52 0 0.14 0.48 163.24 0.35 0.38
Hex 40 84 71 34 0 E 30 A3 23 26
Octal 100 204 161 64 0 16 60 243 43 46
Binary 1000000 10000100 1110001 110100 0 1110 110000 10100011 100011 100110

Color Harmonies of #408471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408471

Black with #408471

Text Example


Text Example

White with #408471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408471; }

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

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

background-color css

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

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

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

border-color css

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

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

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