Html Css Color HEX #408575 Viridian

📋 copy color: '#408575'

red 64 ◦ green 133 ◦ blue 117

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

Shades of Viridian #408575

Tints of Viridian #408575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 20.38%
G = 42.36%
B = 37.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#408575 (or 0x408575) is known color: Viridian. HEX triplet: 40, 85 and 75. RGB value is (64,133,117). Sum of RGB (Red+Green+Blue) = 64+133+117=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #408575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408575 is #BF7A8A. Grayscale: #6E6E6E. Windows color (decimal): -12548747 or 7701824. OLE color: 7701824.

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

Color convert

RGB 64 133 117 -
CMYK 0.52 0 0.12 0.48
HSL 166.09º 0.35% 0.39% -
HSV(B) 166.09º 0.52% 0.52% -
XYZ 13.71 19.15 19.8 -
YUV 110.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 64 133 117 0.52 0 0.12 0.48 166.09 0.35 0.39
Hex 40 85 75 34 0 C 30 A6 23 27
Octal 100 205 165 64 0 14 60 246 43 47
Binary 1000000 10000101 1110101 110100 0 1100 110000 10100110 100011 100111

Color Harmonies of #408575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408575

Black with #408575

Text Example


Text Example

White with #408575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408575; }

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

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

background-color css

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

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

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

border-color css

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

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

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