Html Css Color HEX #408072 Viridian

📋 copy color: '#408072'

red 64 ◦ green 128 ◦ blue 114

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

Shades of Viridian #408072

Tints of Viridian #408072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.83%

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

R = 20.92%
G = 41.83%
B = 37.25%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#408072 (or 0x408072) is known color: Viridian. HEX triplet: 40, 80 and 72. RGB value is (64,128,114). Sum of RGB (Red+Green+Blue) = 64+128+114=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #408072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408072 is #BF7F8D. Grayscale: #6B6B6B. Windows color (decimal): -12550030 or 7503936. OLE color: 7503936.

HSL color Cylindrical-coordinate representation of color #408072: hue angle of 166.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408072 is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 128 114 -
CMYK 0.5 0 0.11 0.50
HSL 166.88º 0.33% 0.38% -
HSV(B) 166.88º 0.5% 0.5% -
XYZ 12.87 17.74 18.67 -
YUV 107.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 64 128 114 0.5 0 0.11 0.50 166.88 0.33 0.38
Hex 40 80 72 32 0 B 32 A7 21 26
Octal 100 200 162 62 0 13 62 247 41 46
Binary 1000000 10000000 1110010 110010 0 1011 110010 10100111 100001 100110

Color Harmonies of #408072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408072

Black with #408072

Text Example


Text Example

White with #408072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408072; }

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

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

background-color css

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

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

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

border-color css

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

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

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