Shades of Eucalyptus #369063
Tints of Eucalyptus #369063
RGB
CMYK
RGB Variations
Color information
#369063 (or 0x369063) is known color: Eucalyptus. HEX triplet: 36, 90 and 63. RGB value is (54,144,99). Sum of RGB (Red+Green+Blue) = 54+144+99=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #369063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369063 is #C96F9C. Grayscale: #707070. Windows color (decimal): -13201309 or 6524982. OLE color: 6524982.
HSL color Cylindrical-coordinate representation of color #369063: hue angle of 150º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #369063 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 144 | 99 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.44 |
| HSL | 150º | 0.45% | 0.39% | - |
| HSV(B) | 150º | 0.63% | 0.56% | - |
| XYZ | 13.75 | 21.63 | 15.26 | - |
| YUV | 111.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 99 | 0.63 | 0 | 0.31 | 0.44 | 150 | 0.45 | 0.39 |
| Hex | 36 | 90 | 63 | 3F | 0 | 1F | 2C | 96 | 2D | 27 |
| Octal | 66 | 220 | 143 | 77 | 0 | 37 | 54 | 226 | 55 | 47 |
| Binary | 110110 | 10010000 | 1100011 | 111111 | 0 | 11111 | 101100 | 10010110 | 101101 | 100111 |
Color Harmonies of #369063
Complementary color
Monochromatic Colors of #369063
Black with #369063
Text Example
Text Example
White with #369063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369063; }
p { color: rgb(54,144,99); }
H1.HeaderClassName
{
color: #369063;
}
.AnyTagClassName
{
color: #369063;
}
</style>
background-color css
<style>
a { background-color: #369063; }
a { background-color: rgb(54,144,99); }
div.DivClassName
{
background-color: #369063;
}
.BgClassName
{
background-color: #369063;
}
</style>
border-color css
<style>
span { border-color: #369063; }
span { border-color: rgb(54,144,99); }
td.TdClassName
{
border-color: #369063;
}
.TagClassName
{
border-color: #369063;
}
</style>