#409570

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

Shades of Viridian #409570

Tints of Viridian #409570

Color information

#409570 (or 0x409570) is unknown color: approx Viridian. HEX triplet: 40, 95 and 70. RGB value is (64,149,112). Sum of RGB (Red+Green+Blue) = 64+149+112=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #409570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409570 is #BF6A8F. Grayscale: #777777. Windows color (decimal): -12544656 or 7378240. OLE color: 7378240.

HSL color Cylindrical-coordinate representation of color #409570: hue angle of 153.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409570 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB64149112-
CMYK0.5700.250.42
HSL153.88º39.91%41.76%-
HSV(B)153.88º57.05%58.43%-
XYZ15.7923.7519.08-
YUV119.37123.8488.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 149 (58.59% from 255) = 45.85%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=19.69%
G=45.85%
B=34.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641491120.5700.250.42153.8839.9141.76
Hex409570390192A9a282a
Octal10022516071031522325052
Binary100000010010101111000011100101100110101010011010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409570; }

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

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

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

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

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

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

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

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