Html Css Color HEX #408572 Viridian

📋 copy color: '#408572'

red 64 ◦ green 133 ◦ blue 114

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

Shades of Viridian #408572

Tints of Viridian #408572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 20.58%
G = 42.77%
B = 36.66%

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

#408572 (or 0x408572) is known color: Viridian. HEX triplet: 40, 85 and 72. RGB value is (64,133,114). Sum of RGB (Red+Green+Blue) = 64+133+114=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #408572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408572 is #BF7A8D. Grayscale: #6E6E6E. Windows color (decimal): -12548750 or 7505216. OLE color: 7505216.

HSL color Cylindrical-coordinate representation of color #408572: hue angle of 163.48º 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 #408572 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 114 -
CMYK 0.52 0 0.14 0.48
HSL 163.48º 0.35% 0.39% -
HSV(B) 163.48º 0.52% 0.52% -
XYZ 13.54 19.08 18.89 -
YUV 110.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 64 133 114 0.52 0 0.14 0.48 163.48 0.35 0.39
Hex 40 85 72 34 0 E 30 A3 23 27
Octal 100 205 162 64 0 16 60 243 43 47
Binary 1000000 10000101 1110010 110100 0 1110 110000 10100011 100011 100111

Color Harmonies of #408572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408572

Black with #408572

Text Example


Text Example

White with #408572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408572; }

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

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

background-color css

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

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

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

border-color css

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

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

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