#408570

Color #408570 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #408570

Tints of Viridian #408570

Color information

#408570 (or 0x408570) is unknown color: approx Viridian. HEX triplet: 40, 85 and 70. RGB value is (64,133,112). Sum of RGB (Red+Green+Blue) = 64+133+112=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #408570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408570 is #BF7A8F. Grayscale: #6D6D6D. Windows color (decimal): -12548752 or 7374144. OLE color: 7374144.

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

Color convert

RGB64133112-
CMYK0.5200.160.48
HSL161.74º35.03%38.63%-
HSV(B)161.74º51.88%52.16%-
XYZ13.4319.0318.3-
YUV109.98129.1495.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=20.71%
G=43.04%
B=36.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641331120.5200.160.48161.7435.0338.63
Hex4085703401030a22327
Octal10020516064020602424347
Binary100000010000101111000011010001000011000010100010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408570; }

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

 H1.HeaderClassName
 {
   color: #408570;
 }
 .AnyTagClassName
 {
   color: #408570;
 }
</style>
background-color css

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

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

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

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

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

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