#40956F

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

Shades of Viridian #40956F

Tints of Viridian #40956F

Color information

#40956F (or 0x40956F) is unknown color: approx Viridian. HEX triplet: 40, 95 and 6F. RGB value is (64,149,111). Sum of RGB (Red+Green+Blue) = 64+149+111=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #40956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40956F is #BF6A90. Grayscale: #777777. Windows color (decimal): -12544657 or 7312704. OLE color: 7312704.

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

Color convert

RGB64149111-
CMYK0.5700.260.42
HSL153.18º39.91%41.76%-
HSV(B)153.18º57.05%58.43%-
XYZ15.7323.7318.79-
YUV119.25123.3488.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 149 (58.59% from 255) = 45.99%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=19.75%
G=45.99%
B=34.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641491110.5700.260.42153.1839.9141.76
Hex40956F3901A2A99282a
Octal10022515771032522315052
Binary100000010010101110111111100101101010101010011001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40956F; }

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

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

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

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

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

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

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

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