#409170

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

Shades of Viridian #409170

Tints of Viridian #409170

Color information

#409170 (or 0x409170) is unknown color: approx Viridian. HEX triplet: 40, 91 and 70. RGB value is (64,145,112). Sum of RGB (Red+Green+Blue) = 64+145+112=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #409170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409170 is #BF6E8F. Grayscale: #757575. Windows color (decimal): -12545680 or 7377216. OLE color: 7377216.

HSL color Cylindrical-coordinate representation of color #409170: hue angle of 155.56º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409170 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB64145112-
CMYK0.5600.230.43
HSL155.56º38.76%40.98%-
HSV(B)155.56º55.86%56.86%-
XYZ15.1622.5118.87-
YUV117.02125.1690.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=19.94%
G=45.17%
B=34.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641451120.5600.230.43155.5638.7640.98
Hex409170380172B9c2729
Octal10022116070027532344751
Binary100000010010001111000011100001011110101110011100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409170; }

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

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

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

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

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

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

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

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