Shades of Eucalyptus #369566
Tints of Eucalyptus #369566
RGB
CMYK
RGB Variations
Color information
#369566 (or 0x369566) is known color: Eucalyptus. HEX triplet: 36, 95 and 66. RGB value is (54,149,102). Sum of RGB (Red+Green+Blue) = 54+149+102=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #369566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369566 is #C96A99. Grayscale: #737373. Windows color (decimal): -13200026 or 6722870. OLE color: 6722870.
HSL color Cylindrical-coordinate representation of color #369566: hue angle of 150.32º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369566 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 149 | 102 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.42 |
| HSL | 150.32º | 0.47% | 0.4% | - |
| HSV(B) | 150.32º | 0.64% | 0.58% | - |
| XYZ | 14.67 | 23.24 | 16.28 | - |
| YUV | 115.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 149 | 102 | 0.64 | 0 | 0.32 | 0.42 | 150.32 | 0.47 | 0.4 |
| Hex | 36 | 95 | 66 | 40 | 0 | 20 | 2A | 96 | 2F | 28 |
| Octal | 66 | 225 | 146 | 100 | 0 | 40 | 52 | 226 | 57 | 50 |
| Binary | 110110 | 10010101 | 1100110 | 1000000 | 0 | 100000 | 101010 | 10010110 | 101111 | 101000 |
Color Harmonies of #369566
Complementary color
Monochromatic Colors of #369566
Black with #369566
Text Example
Text Example
White with #369566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369566; }
p { color: rgb(54,149,102); }
H1.HeaderClassName
{
color: #369566;
}
.AnyTagClassName
{
color: #369566;
}
</style>
background-color css
<style>
a { background-color: #369566; }
a { background-color: rgb(54,149,102); }
div.DivClassName
{
background-color: #369566;
}
.BgClassName
{
background-color: #369566;
}
</style>
border-color css
<style>
span { border-color: #369566; }
span { border-color: rgb(54,149,102); }
td.TdClassName
{
border-color: #369566;
}
.TagClassName
{
border-color: #369566;
}
</style>