Html Css Color HEX #408E78 Viridian

📋 copy color: '#408E78'

red 64 ◦ green 142 ◦ blue 120

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

Shades of Viridian #408E78

Tints of Viridian #408E78

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.56%

 BLUE value IS 120 (47.27% from 255) = 36.81%

R = 19.63%
G = 43.56%
B = 36.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#408E78 (or 0x408E78) is known color: Viridian. HEX triplet: 40, 8E and 78. RGB value is (64,142,120). Sum of RGB (Red+Green+Blue) = 64+142+120=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #408E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E78 is #BF7187. Grayscale: #747474. Windows color (decimal): -12546440 or 7900736. OLE color: 7900736.

HSL color Cylindrical-coordinate representation of color #408E78: hue angle of 163.08º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408E78 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 142 120 -
CMYK 0.55 0 0.15 0.44
HSL 163.08º 0.38% 0.4% -
HSV(B) 163.08º 0.55% 0.56% -
XYZ 15.18 21.79 21.18 -
YUV 116.17 130.16 90.79 -
System Red Green Blue C M Y K H S L
Decimal 64 142 120 0.55 0 0.15 0.44 163.08 0.38 0.4
Hex 40 8E 78 37 0 F 2C A3 26 28
Octal 100 216 170 67 0 17 54 243 46 50
Binary 1000000 10001110 1111000 110111 0 1111 101100 10100011 100110 101000

Color Harmonies of #408E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408E78

Black with #408E78

Text Example


Text Example

White with #408E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,142,120); }

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

background-color css

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

 a { background-color: rgb(64,142,120); }

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

border-color css

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

 span { border-color: rgb(64,142,120); }

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