Html Css Color HEX #408579 Viridian

📋 copy color: '#408579'

red 64 ◦ green 133 ◦ blue 121

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

Shades of Viridian #408579

Tints of Viridian #408579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.05%

R = 20.13%
G = 41.82%
B = 38.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#408579 (or 0x408579) is known color: Viridian. HEX triplet: 40, 85 and 79. RGB value is (64,133,121). Sum of RGB (Red+Green+Blue) = 64+133+121=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #408579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408579 is #BF7A86. Grayscale: #6E6E6E. Windows color (decimal): -12548743 or 7963968. OLE color: 7963968.

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

Color convert

RGB 64 133 121 -
CMYK 0.52 0 0.09 0.48
HSL 169.57º 0.35% 0.39% -
HSV(B) 169.57º 0.52% 0.52% -
XYZ 13.95 19.25 21.07 -
YUV 111 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 64 133 121 0.52 0 0.09 0.48 169.57 0.35 0.39
Hex 40 85 79 34 0 9 30 AA 23 27
Octal 100 205 171 64 0 11 60 252 43 47
Binary 1000000 10000101 1111001 110100 0 1001 110000 10101010 100011 100111

Color Harmonies of #408579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408579

Black with #408579

Text Example


Text Example

White with #408579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408579; }

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

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

background-color css

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

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

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

border-color css

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

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

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