#41956F

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

Shades of Viridian #41956F

Tints of Viridian #41956F

Color information

#41956F (or 0x41956F) is unknown color: approx Viridian. HEX triplet: 41, 95 and 6F. RGB value is (65,149,111). Sum of RGB (Red+Green+Blue) = 65+149+111=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #41956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41956F is #BE6A90. Grayscale: #777777. Windows color (decimal): -12479121 or 7312705. OLE color: 7312705.

HSL color Cylindrical-coordinate representation of color #41956F: hue angle of 152.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41956F is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB65149111-
CMYK0.5600.260.42
HSL152.86º39.25%41.96%-
HSV(B)152.86º56.38%58.43%-
XYZ15.823.7718.79-
YUV119.55123.1789.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 149 (58.59% from 255) = 45.85%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=20%
G=45.85%
B=34.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651491110.5600.260.42152.8639.2541.96
Hex41956F3801A2A99272a
Octal10122515770032522314752
Binary100000110010101110111111100001101010101010011001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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