Shades of Eucalyptus #41946B
Tints of Eucalyptus #41946B
RGB
CMYK
RGB Variations
Color information
#41946B (or 0x41946B) is known color: Eucalyptus. HEX triplet: 41, 94 and 6B. RGB value is (65,148,107). Sum of RGB (Red+Green+Blue) = 65+148+107=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #41946B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41946B is #BE6B94. Grayscale: #767676. Windows color (decimal): -12479381 or 7050305. OLE color: 7050305.
HSL color Cylindrical-coordinate representation of color #41946B: hue angle of 150.36º 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 #41946B is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 148 | 107 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.42 |
| HSL | 150.36º | 0.39% | 0.42% | - |
| HSV(B) | 150.36º | 0.56% | 0.58% | - |
| XYZ | 15.42 | 23.37 | 17.61 | - |
| YUV | 118.51 | 121.5 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 148 | 107 | 0.56 | 0 | 0.28 | 0.42 | 150.36 | 0.39 | 0.42 |
| Hex | 41 | 94 | 6B | 38 | 0 | 1C | 2A | 96 | 27 | 2A |
| Octal | 101 | 224 | 153 | 70 | 0 | 34 | 52 | 226 | 47 | 52 |
| Binary | 1000001 | 10010100 | 1101011 | 111000 | 0 | 11100 | 101010 | 10010110 | 100111 | 101010 |
Color Harmonies of #41946B
Complementary color
Monochromatic Colors of #41946B
Black with #41946B
Text Example
Text Example
White with #41946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41946B; }
p { color: rgb(65,148,107); }
H1.HeaderClassName
{
color: #41946B;
}
.AnyTagClassName
{
color: #41946B;
}
</style>
background-color css
<style>
a { background-color: #41946B; }
a { background-color: rgb(65,148,107); }
div.DivClassName
{
background-color: #41946B;
}
.BgClassName
{
background-color: #41946B;
}
</style>
border-color css
<style>
span { border-color: #41946B; }
span { border-color: rgb(65,148,107); }
td.TdClassName
{
border-color: #41946B;
}
.TagClassName
{
border-color: #41946B;
}
</style>