Shades of Eucalyptus #41926A
Tints of Eucalyptus #41926A
RGB
CMYK
RGB Variations
Color information
#41926A (or 0x41926A) is known color: Eucalyptus. HEX triplet: 41, 92 and 6A. RGB value is (65,146,106). Sum of RGB (Red+Green+Blue) = 65+146+106=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #41926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41926A is #BE6D95. Grayscale: #757575. Windows color (decimal): -12479894 or 6984257. OLE color: 6984257.
HSL color Cylindrical-coordinate representation of color #41926A: hue angle of 150.37º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41926A is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 146 | 106 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.43 |
| HSL | 150.37º | 0.38% | 0.41% | - |
| HSV(B) | 150.37º | 0.55% | 0.57% | - |
| XYZ | 15.06 | 22.72 | 17.23 | - |
| YUV | 117.22 | 121.66 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 106 | 0.55 | 0 | 0.27 | 0.43 | 150.37 | 0.38 | 0.41 |
| Hex | 41 | 92 | 6A | 37 | 0 | 1B | 2B | 96 | 26 | 29 |
| Octal | 101 | 222 | 152 | 67 | 0 | 33 | 53 | 226 | 46 | 51 |
| Binary | 1000001 | 10010010 | 1101010 | 110111 | 0 | 11011 | 101011 | 10010110 | 100110 | 101001 |
Color Harmonies of #41926A
Complementary color
Monochromatic Colors of #41926A
Black with #41926A
Text Example
Text Example
White with #41926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41926A; }
p { color: rgb(65,146,106); }
H1.HeaderClassName
{
color: #41926A;
}
.AnyTagClassName
{
color: #41926A;
}
</style>
background-color css
<style>
a { background-color: #41926A; }
a { background-color: rgb(65,146,106); }
div.DivClassName
{
background-color: #41926A;
}
.BgClassName
{
background-color: #41926A;
}
</style>
border-color css
<style>
span { border-color: #41926A; }
span { border-color: rgb(65,146,106); }
td.TdClassName
{
border-color: #41926A;
}
.TagClassName
{
border-color: #41926A;
}
</style>