#41956A

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

Shades of Eucalyptus #41956A

Tints of Eucalyptus #41956A

Color information

#41956A (or 0x41956A) is unknown color: approx Eucalyptus. HEX triplet: 41, 95 and 6A. RGB value is (65,149,106). Sum of RGB (Red+Green+Blue) = 65+149+106=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #41956A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41956A is #BE6A95. Grayscale: #777777. Windows color (decimal): -12479126 or 6985025. OLE color: 6985025.

HSL color Cylindrical-coordinate representation of color #41956A: hue angle of 149.29º 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 #41956A is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB65149106-
CMYK0.5600.290.42
HSL149.29º39.25%41.96%-
HSV(B)149.29º56.38%58.43%-
XYZ15.5323.6617.38-
YUV118.98120.6789.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.31%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=20.31%
G=46.56%
B=33.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651491060.5600.290.42149.2939.2541.96
Hex41956A3801D2A95272a
Octal10122515270035522254752
Binary100000110010101110101011100001110110101010010101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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