Shades of Eucalyptus #369164
Tints of Eucalyptus #369164
RGB
CMYK
RGB Variations
Color information
#369164 (or 0x369164) is known color: Eucalyptus. HEX triplet: 36, 91 and 64. RGB value is (54,145,100). Sum of RGB (Red+Green+Blue) = 54+145+100=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #369164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369164 is #C96E9B. Grayscale: #707070. Windows color (decimal): -13201052 or 6590774. OLE color: 6590774.
HSL color Cylindrical-coordinate representation of color #369164: hue angle of 150.33º 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 #369164 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 145 | 100 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.43 |
| HSL | 150.33º | 0.46% | 0.39% | - |
| HSV(B) | 150.33º | 0.63% | 0.57% | - |
| XYZ | 13.95 | 21.96 | 15.56 | - |
| YUV | 112.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 100 | 0.63 | 0 | 0.31 | 0.43 | 150.33 | 0.46 | 0.39 |
| Hex | 36 | 91 | 64 | 3F | 0 | 1F | 2B | 96 | 2E | 27 |
| Octal | 66 | 221 | 144 | 77 | 0 | 37 | 53 | 226 | 56 | 47 |
| Binary | 110110 | 10010001 | 1100100 | 111111 | 0 | 11111 | 101011 | 10010110 | 101110 | 100111 |
Color Harmonies of #369164
Complementary color
Monochromatic Colors of #369164
Black with #369164
Text Example
Text Example
White with #369164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369164; }
p { color: rgb(54,145,100); }
H1.HeaderClassName
{
color: #369164;
}
.AnyTagClassName
{
color: #369164;
}
</style>
background-color css
<style>
a { background-color: #369164; }
a { background-color: rgb(54,145,100); }
div.DivClassName
{
background-color: #369164;
}
.BgClassName
{
background-color: #369164;
}
</style>
border-color css
<style>
span { border-color: #369164; }
span { border-color: rgb(54,145,100); }
td.TdClassName
{
border-color: #369164;
}
.TagClassName
{
border-color: #369164;
}
</style>