Shades of Eucalyptus #369A5C
Tints of Eucalyptus #369A5C
RGB
CMYK
RGB Variations
Color information
#369A5C (or 0x369A5C) is known color: Eucalyptus. HEX triplet: 36, 9A and 5C. RGB value is (54,154,92). Sum of RGB (Red+Green+Blue) = 54+154+92=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #369A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A5C is #C965A3. Grayscale: #757575. Windows color (decimal): -13198756 or 6068790. OLE color: 6068790.
HSL color Cylindrical-coordinate representation of color #369A5C: hue angle of 142.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A5C is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 92 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.40 |
| HSL | 142.8º | 0.48% | 0.41% | - |
| HSV(B) | 142.8º | 0.65% | 0.6% | - |
| XYZ | 15.01 | 24.67 | 14.1 | - |
| YUV | 117.03 | 113.87 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 92 | 0.65 | 0 | 0.40 | 0.40 | 142.8 | 0.48 | 0.41 |
| Hex | 36 | 9A | 5C | 41 | 0 | 28 | 28 | 8F | 30 | 29 |
| Octal | 66 | 232 | 134 | 101 | 0 | 50 | 50 | 217 | 60 | 51 |
| Binary | 110110 | 10011010 | 1011100 | 1000001 | 0 | 101000 | 101000 | 10001111 | 110000 | 101001 |
Color Harmonies of #369A5C
Complementary color
Monochromatic Colors of #369A5C
Black with #369A5C
Text Example
Text Example
White with #369A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A5C; }
p { color: rgb(54,154,92); }
H1.HeaderClassName
{
color: #369A5C;
}
.AnyTagClassName
{
color: #369A5C;
}
</style>
background-color css
<style>
a { background-color: #369A5C; }
a { background-color: rgb(54,154,92); }
div.DivClassName
{
background-color: #369A5C;
}
.BgClassName
{
background-color: #369A5C;
}
</style>
border-color css
<style>
span { border-color: #369A5C; }
span { border-color: rgb(54,154,92); }
td.TdClassName
{
border-color: #369A5C;
}
.TagClassName
{
border-color: #369A5C;
}
</style>