Shades of Eucalyptus #369061
Tints of Eucalyptus #369061
RGB
CMYK
RGB Variations
Color information
#369061 (or 0x369061) is known color: Eucalyptus. HEX triplet: 36, 90 and 61. RGB value is (54,144,97). Sum of RGB (Red+Green+Blue) = 54+144+97=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #369061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369061 is #C96F9E. Grayscale: #6F6F6F. Windows color (decimal): -13201311 or 6393910. OLE color: 6393910.
HSL color Cylindrical-coordinate representation of color #369061: hue angle of 148.67º 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 #369061 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 144 | 97 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.44 |
| HSL | 148.67º | 0.45% | 0.39% | - |
| HSV(B) | 148.67º | 0.63% | 0.56% | - |
| XYZ | 13.65 | 21.59 | 14.76 | - |
| YUV | 111.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 97 | 0.63 | 0 | 0.33 | 0.44 | 148.67 | 0.45 | 0.39 |
| Hex | 36 | 90 | 61 | 3F | 0 | 21 | 2C | 95 | 2D | 27 |
| Octal | 66 | 220 | 141 | 77 | 0 | 41 | 54 | 225 | 55 | 47 |
| Binary | 110110 | 10010000 | 1100001 | 111111 | 0 | 100001 | 101100 | 10010101 | 101101 | 100111 |
Color Harmonies of #369061
Complementary color
Monochromatic Colors of #369061
Black with #369061
Text Example
Text Example
White with #369061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369061; }
p { color: rgb(54,144,97); }
H1.HeaderClassName
{
color: #369061;
}
.AnyTagClassName
{
color: #369061;
}
</style>
background-color css
<style>
a { background-color: #369061; }
a { background-color: rgb(54,144,97); }
div.DivClassName
{
background-color: #369061;
}
.BgClassName
{
background-color: #369061;
}
</style>
border-color css
<style>
span { border-color: #369061; }
span { border-color: rgb(54,144,97); }
td.TdClassName
{
border-color: #369061;
}
.TagClassName
{
border-color: #369061;
}
</style>