Shades of Eucalyptus #419266
Tints of Eucalyptus #419266
RGB
CMYK
RGB Variations
Color information
#419266 (or 0x419266) is known color: Eucalyptus. HEX triplet: 41, 92 and 66. RGB value is (65,146,102). Sum of RGB (Red+Green+Blue) = 65+146+102=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #419266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419266 is #BE6D99. Grayscale: #747474. Windows color (decimal): -12479898 or 6722113. OLE color: 6722113.
HSL color Cylindrical-coordinate representation of color #419266: hue angle of 147.41º 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 #419266 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 146 | 102 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.43 |
| HSL | 147.41º | 0.38% | 0.41% | - |
| HSV(B) | 147.41º | 0.55% | 0.57% | - |
| XYZ | 14.86 | 22.64 | 16.16 | - |
| YUV | 116.77 | 119.66 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 102 | 0.55 | 0 | 0.30 | 0.43 | 147.41 | 0.38 | 0.41 |
| Hex | 41 | 92 | 66 | 37 | 0 | 1E | 2B | 93 | 26 | 29 |
| Octal | 101 | 222 | 146 | 67 | 0 | 36 | 53 | 223 | 46 | 51 |
| Binary | 1000001 | 10010010 | 1100110 | 110111 | 0 | 11110 | 101011 | 10010011 | 100110 | 101001 |
Color Harmonies of #419266
Complementary color
Monochromatic Colors of #419266
Black with #419266
Text Example
Text Example
White with #419266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419266; }
p { color: rgb(65,146,102); }
H1.HeaderClassName
{
color: #419266;
}
.AnyTagClassName
{
color: #419266;
}
</style>
background-color css
<style>
a { background-color: #419266; }
a { background-color: rgb(65,146,102); }
div.DivClassName
{
background-color: #419266;
}
.BgClassName
{
background-color: #419266;
}
</style>
border-color css
<style>
span { border-color: #419266; }
span { border-color: rgb(65,146,102); }
td.TdClassName
{
border-color: #419266;
}
.TagClassName
{
border-color: #419266;
}
</style>