Shades of Eucalyptus #369264
Tints of Eucalyptus #369264
RGB
CMYK
RGB Variations
Color information
#369264 (or 0x369264) is known color: Eucalyptus. HEX triplet: 36, 92 and 64. RGB value is (54,146,100). Sum of RGB (Red+Green+Blue) = 54+146+100=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #369264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369264 is #C96D9B. Grayscale: #717171. Windows color (decimal): -13200796 or 6591030. OLE color: 6591030.
HSL color Cylindrical-coordinate representation of color #369264: hue angle of 150º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369264 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 146 | 100 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.43 |
| HSL | 150º | 0.46% | 0.39% | - |
| HSV(B) | 150º | 0.63% | 0.57% | - |
| XYZ | 14.1 | 22.26 | 15.61 | - |
| YUV | 113.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 146 | 100 | 0.63 | 0 | 0.32 | 0.43 | 150 | 0.46 | 0.39 |
| Hex | 36 | 92 | 64 | 3F | 0 | 20 | 2B | 96 | 2E | 27 |
| Octal | 66 | 222 | 144 | 77 | 0 | 40 | 53 | 226 | 56 | 47 |
| Binary | 110110 | 10010010 | 1100100 | 111111 | 0 | 100000 | 101011 | 10010110 | 101110 | 100111 |
Color Harmonies of #369264
Complementary color
Monochromatic Colors of #369264
Black with #369264
Text Example
Text Example
White with #369264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369264; }
p { color: rgb(54,146,100); }
H1.HeaderClassName
{
color: #369264;
}
.AnyTagClassName
{
color: #369264;
}
</style>
background-color css
<style>
a { background-color: #369264; }
a { background-color: rgb(54,146,100); }
div.DivClassName
{
background-color: #369264;
}
.BgClassName
{
background-color: #369264;
}
</style>
border-color css
<style>
span { border-color: #369264; }
span { border-color: rgb(54,146,100); }
td.TdClassName
{
border-color: #369264;
}
.TagClassName
{
border-color: #369264;
}
</style>