Html Css Color HEX #408A78 Viridian

📋 copy color: '#408A78'

red 64 ◦ green 138 ◦ blue 120

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

Shades of Viridian #408A78

Tints of Viridian #408A78

RGB

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

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

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

R = 19.88%
G = 42.86%
B = 37.27%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#408A78 (or 0x408A78) is known color: Viridian. HEX triplet: 40, 8A and 78. RGB value is (64,138,120). Sum of RGB (Red+Green+Blue) = 64+138+120=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 138 - color contains mainly: green. Hex color #408A78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A78 is #BF7587. Grayscale: #717171. Windows color (decimal): -12547464 or 7899712. OLE color: 7899712.

HSL color Cylindrical-coordinate representation of color #408A78: hue angle of 165.41º 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 #408A78 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 138 120 -
CMYK 0.54 0 0.13 0.46
HSL 165.41º 0.37% 0.4% -
HSV(B) 165.41º 0.54% 0.54% -
XYZ 14.59 20.62 20.98 -
YUV 113.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 64 138 120 0.54 0 0.13 0.46 165.41 0.37 0.4
Hex 40 8A 78 36 0 D 2E A5 25 28
Octal 100 212 170 66 0 15 56 245 45 50
Binary 1000000 10001010 1111000 110110 0 1101 101110 10100101 100101 101000

Color Harmonies of #408A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A78

Black with #408A78

Text Example


Text Example

White with #408A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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