Html Css Color HEX #408578 Viridian

📋 copy color: '#408578'

red 64 ◦ green 133 ◦ blue 120

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

Shades of Viridian #408578

Tints of Viridian #408578

RGB

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

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

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

R = 20.19%
G = 41.96%
B = 37.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#408578 (or 0x408578) is known color: Viridian. HEX triplet: 40, 85 and 78. RGB value is (64,133,120). Sum of RGB (Red+Green+Blue) = 64+133+120=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #408578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408578 is #BF7A87. Grayscale: #6E6E6E. Windows color (decimal): -12548744 or 7898432. OLE color: 7898432.

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

Color convert

RGB 64 133 120 -
CMYK 0.52 0 0.10 0.48
HSL 168.7º 0.35% 0.39% -
HSV(B) 168.7º 0.52% 0.52% -
XYZ 13.89 19.22 20.75 -
YUV 110.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 64 133 120 0.52 0 0.10 0.48 168.7 0.35 0.39
Hex 40 85 78 34 0 A 30 A9 23 27
Octal 100 205 170 64 0 12 60 251 43 47
Binary 1000000 10000101 1111000 110100 0 1010 110000 10101001 100011 100111

Color Harmonies of #408578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408578

Black with #408578

Text Example


Text Example

White with #408578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408578; }

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

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

background-color css

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

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

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

border-color css

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

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

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