Shades of Eucalyptus #41956B
Tints of Eucalyptus #41956B
RGB
CMYK
RGB Variations
Color information
#41956B (or 0x41956B) is known color: 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
| RGB | 65 | 149 | 107 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.42 |
| HSL | 150º | 0.39% | 0.42% | - |
| HSV(B) | 150º | 0.56% | 0.58% | - |
| XYZ | 15.58 | 23.68 | 17.66 | - |
| YUV | 119.1 | 121.17 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 149 | 107 | 0.56 | 0 | 0.28 | 0.42 | 150 | 0.39 | 0.42 |
| Hex | 41 | 95 | 6B | 38 | 0 | 1C | 2A | 96 | 27 | 2A |
| Octal | 101 | 225 | 153 | 70 | 0 | 34 | 52 | 226 | 47 | 52 |
| Binary | 1000001 | 10010101 | 1101011 | 111000 | 0 | 11100 | 101010 | 10010110 | 100111 | 101010 |
Color Harmonies of #41956B
Complementary color
Monochromatic Colors of #41956B
Black with #41956B
Text Example
Text Example
White with #41956B
Text Example
Text Example
HTML Codes & Css Web 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>