#409476

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

Shades of Viridian #409476

Tints of Viridian #409476

Color information

#409476 (or 0x409476) is unknown color: approx Viridian. HEX triplet: 40, 94 and 76. RGB value is (64,148,118). Sum of RGB (Red+Green+Blue) = 64+148+118=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #409476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409476 is #BF6B89. Grayscale: #777777. Windows color (decimal): -12544906 or 7771200. OLE color: 7771200.

HSL color Cylindrical-coordinate representation of color #409476: hue angle of 158.57º 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 #409476 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB64148118-
CMYK0.5700.200.42
HSL158.57º39.62%41.57%-
HSV(B)158.57º56.76%58.04%-
XYZ15.9723.5820.85-
YUV119.46127.1788.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.39%
GREEN value IS 148 (58.20% from 255) = 44.85%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=19.39%
G=44.85%
B=35.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641481180.5700.200.42158.5739.6241.57
Hex409476390142A9f282a
Octal10022416671024522375052
Binary100000010010100111011011100101010010101010011111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409476; }

 p { color: rgb(64,148,118); }

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

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

 a { background-color: rgb(64,148,118); }

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

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

 span { border-color: rgb(64,148,118); }

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