Shades of Eucalyptus #369163
Tints of Eucalyptus #369163
RGB
CMYK
RGB Variations
Color information
#369163 (or 0x369163) is known color: Eucalyptus. HEX triplet: 36, 91 and 63. RGB value is (54,145,99). Sum of RGB (Red+Green+Blue) = 54+145+99=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #369163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369163 is #C96E9C. Grayscale: #707070. Windows color (decimal): -13201053 or 6525238. OLE color: 6525238.
HSL color Cylindrical-coordinate representation of color #369163: hue angle of 149.67º 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 #369163 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 145 | 99 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.43 |
| HSL | 149.67º | 0.46% | 0.39% | - |
| HSV(B) | 149.67º | 0.63% | 0.57% | - |
| XYZ | 13.9 | 21.94 | 15.31 | - |
| YUV | 112.55 | 120.35 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 99 | 0.63 | 0 | 0.32 | 0.43 | 149.67 | 0.46 | 0.39 |
| Hex | 36 | 91 | 63 | 3F | 0 | 20 | 2B | 96 | 2E | 27 |
| Octal | 66 | 221 | 143 | 77 | 0 | 40 | 53 | 226 | 56 | 47 |
| Binary | 110110 | 10010001 | 1100011 | 111111 | 0 | 100000 | 101011 | 10010110 | 101110 | 100111 |
Color Harmonies of #369163
Complementary color
Monochromatic Colors of #369163
Black with #369163
Text Example
Text Example
White with #369163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369163; }
p { color: rgb(54,145,99); }
H1.HeaderClassName
{
color: #369163;
}
.AnyTagClassName
{
color: #369163;
}
</style>
background-color css
<style>
a { background-color: #369163; }
a { background-color: rgb(54,145,99); }
div.DivClassName
{
background-color: #369163;
}
.BgClassName
{
background-color: #369163;
}
</style>
border-color css
<style>
span { border-color: #369163; }
span { border-color: rgb(54,145,99); }
td.TdClassName
{
border-color: #369163;
}
.TagClassName
{
border-color: #369163;
}
</style>