Html Css Color HEX #408A73 Viridian

📋 copy color: '#408A73'

red 64 ◦ green 138 ◦ blue 115

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

Shades of Viridian #408A73

Tints of Viridian #408A73

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.53%

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 20.19%
G = 43.53%
B = 36.28%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#408A73 (or 0x408A73) is known color: Viridian. HEX triplet: 40, 8A and 73. RGB value is (64,138,115). Sum of RGB (Red+Green+Blue) = 64+138+115=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 138 - color contains mainly: green. Hex color #408A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A73 is #BF758C. Grayscale: #717171. Windows color (decimal): -12547469 or 7572032. OLE color: 7572032.

HSL color Cylindrical-coordinate representation of color #408A73: hue angle of 161.35º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A73 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 138 115 -
CMYK 0.54 0 0.17 0.46
HSL 161.35º 0.37% 0.4% -
HSV(B) 161.35º 0.54% 0.54% -
XYZ 14.3 20.5 19.42 -
YUV 113.25 128.98 92.87 -
System Red Green Blue C M Y K H S L
Decimal 64 138 115 0.54 0 0.17 0.46 161.35 0.37 0.4
Hex 40 8A 73 36 0 11 2E A1 25 28
Octal 100 212 163 66 0 21 56 241 45 50
Binary 1000000 10001010 1110011 110110 0 10001 101110 10100001 100101 101000

Color Harmonies of #408A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A73

Black with #408A73

Text Example


Text Example

White with #408A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408A73; }

 p { color: rgb(64,138,115); }

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

background-color css

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

 a { background-color: rgb(64,138,115); }

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

border-color css

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

 span { border-color: rgb(64,138,115); }

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