Shades of Eucalyptus #369268
Tints of Eucalyptus #369268
RGB
CMYK
RGB Variations
Color information
#369268 (or 0x369268) is known color: Eucalyptus. HEX triplet: 36, 92 and 68. RGB value is (54,146,104). Sum of RGB (Red+Green+Blue) = 54+146+104=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #369268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369268 is #C96D97. Grayscale: #717171. Windows color (decimal): -13200792 or 6853174. OLE color: 6853174.
HSL color Cylindrical-coordinate representation of color #369268: hue angle of 152.61º 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 #369268 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 146 | 104 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.43 |
| HSL | 152.61º | 0.46% | 0.39% | - |
| HSV(B) | 152.61º | 0.63% | 0.57% | - |
| XYZ | 14.3 | 22.34 | 16.66 | - |
| YUV | 113.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 146 | 104 | 0.63 | 0 | 0.29 | 0.43 | 152.61 | 0.46 | 0.39 |
| Hex | 36 | 92 | 68 | 3F | 0 | 1D | 2B | 99 | 2E | 27 |
| Octal | 66 | 222 | 150 | 77 | 0 | 35 | 53 | 231 | 56 | 47 |
| Binary | 110110 | 10010010 | 1101000 | 111111 | 0 | 11101 | 101011 | 10011001 | 101110 | 100111 |
Color Harmonies of #369268
Complementary color
Monochromatic Colors of #369268
Black with #369268
Text Example
Text Example
White with #369268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369268; }
p { color: rgb(54,146,104); }
H1.HeaderClassName
{
color: #369268;
}
.AnyTagClassName
{
color: #369268;
}
</style>
background-color css
<style>
a { background-color: #369268; }
a { background-color: rgb(54,146,104); }
div.DivClassName
{
background-color: #369268;
}
.BgClassName
{
background-color: #369268;
}
</style>
border-color css
<style>
span { border-color: #369268; }
span { border-color: rgb(54,146,104); }
td.TdClassName
{
border-color: #369268;
}
.TagClassName
{
border-color: #369268;
}
</style>