#41956B

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

Shades of Eucalyptus #41956B

Tints of Eucalyptus #41956B

Color information

#41956B (or 0x41956B) is unknown color: approx Eucalyptus. HEX triplet: 41, 95 and 6B. RGB value is (65,149,107). Sum of RGB (Red+Green+Blue) = 65+149+107=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #41956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41956B is #BE6A94. Grayscale: #777777. Windows color (decimal): -12479125 or 7050561. OLE color: 7050561.

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

Color convert

RGB65149107-
CMYK0.5600.280.42
HSL150º39.25%41.96%-
HSV(B)150º56.38%58.43%-
XYZ15.5823.6817.66-
YUV119.1121.1789.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 149 (58.59% from 255) = 46.42%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=20.25%
G=46.42%
B=33.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651491070.5600.280.4215039.2541.96
Hex41956B3801C2A96272a
Octal10122515370034522264752
Binary100000110010101110101111100001110010101010010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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