Html Css Color HEX #408571 Viridian

📋 copy color: '#408571'

red 64 ◦ green 133 ◦ blue 113

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

Shades of Viridian #408571

Tints of Viridian #408571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.9%

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

R = 20.65%
G = 42.9%
B = 36.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#408571 (or 0x408571) is known color: Viridian. HEX triplet: 40, 85 and 71. RGB value is (64,133,113). Sum of RGB (Red+Green+Blue) = 64+133+113=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #408571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408571 is #BF7A8E. Grayscale: #6E6E6E. Windows color (decimal): -12548751 or 7439680. OLE color: 7439680.

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

Color convert

RGB 64 133 113 -
CMYK 0.52 0 0.15 0.48
HSL 162.61º 0.35% 0.39% -
HSV(B) 162.61º 0.52% 0.52% -
XYZ 13.48 19.06 18.59 -
YUV 110.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 64 133 113 0.52 0 0.15 0.48 162.61 0.35 0.39
Hex 40 85 71 34 0 F 30 A3 23 27
Octal 100 205 161 64 0 17 60 243 43 47
Binary 1000000 10000101 1110001 110100 0 1111 110000 10100011 100011 100111

Color Harmonies of #408571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408571

Black with #408571

Text Example


Text Example

White with #408571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408571; }

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

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

background-color css

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

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

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

border-color css

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

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

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