Shades of Eucalyptus #36946C
Tints of Eucalyptus #36946C
RGB
CMYK
RGB Variations
Color information
#36946C (or 0x36946C) is known color: Eucalyptus. HEX triplet: 36, 94 and 6C. RGB value is (54,148,108). Sum of RGB (Red+Green+Blue) = 54+148+108=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #36946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36946C is #C96B93. Grayscale: #737373. Windows color (decimal): -13200276 or 7115830. OLE color: 7115830.
HSL color Cylindrical-coordinate representation of color #36946C: hue angle of 154.47º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36946C is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 148 | 108 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.42 |
| HSL | 154.47º | 0.47% | 0.4% | - |
| HSV(B) | 154.47º | 0.64% | 0.58% | - |
| XYZ | 14.82 | 23.05 | 17.85 | - |
| YUV | 115.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 108 | 0.64 | 0 | 0.27 | 0.42 | 154.47 | 0.47 | 0.4 |
| Hex | 36 | 94 | 6C | 40 | 0 | 1B | 2A | 9A | 2F | 28 |
| Octal | 66 | 224 | 154 | 100 | 0 | 33 | 52 | 232 | 57 | 50 |
| Binary | 110110 | 10010100 | 1101100 | 1000000 | 0 | 11011 | 101010 | 10011010 | 101111 | 101000 |
Color Harmonies of #36946C
Complementary color
Monochromatic Colors of #36946C
Black with #36946C
Text Example
Text Example
White with #36946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36946C; }
p { color: rgb(54,148,108); }
H1.HeaderClassName
{
color: #36946C;
}
.AnyTagClassName
{
color: #36946C;
}
</style>
background-color css
<style>
a { background-color: #36946C; }
a { background-color: rgb(54,148,108); }
div.DivClassName
{
background-color: #36946C;
}
.BgClassName
{
background-color: #36946C;
}
</style>
border-color css
<style>
span { border-color: #36946C; }
span { border-color: rgb(54,148,108); }
td.TdClassName
{
border-color: #36946C;
}
.TagClassName
{
border-color: #36946C;
}
</style>