Shades of Eucalyptus #369A67
Tints of Eucalyptus #369A67
RGB
CMYK
RGB Variations
Color information
#369A67 (or 0x369A67) is known color: Eucalyptus. HEX triplet: 36, 9A and 67. RGB value is (54,154,103). Sum of RGB (Red+Green+Blue) = 54+154+103=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #369A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A67 is #C96598. Grayscale: #767676. Windows color (decimal): -13198745 or 6789686. OLE color: 6789686.
HSL color Cylindrical-coordinate representation of color #369A67: hue angle of 149.4º 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 #369A67 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 103 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.40 |
| HSL | 149.4º | 0.48% | 0.41% | - |
| HSV(B) | 149.4º | 0.65% | 0.6% | - |
| XYZ | 15.53 | 24.87 | 16.82 | - |
| YUV | 118.29 | 119.37 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 103 | 0.65 | 0 | 0.33 | 0.40 | 149.4 | 0.48 | 0.41 |
| Hex | 36 | 9A | 67 | 41 | 0 | 21 | 28 | 95 | 30 | 29 |
| Octal | 66 | 232 | 147 | 101 | 0 | 41 | 50 | 225 | 60 | 51 |
| Binary | 110110 | 10011010 | 1100111 | 1000001 | 0 | 100001 | 101000 | 10010101 | 110000 | 101001 |
Color Harmonies of #369A67
Complementary color
Monochromatic Colors of #369A67
Black with #369A67
Text Example
Text Example
White with #369A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A67; }
p { color: rgb(54,154,103); }
H1.HeaderClassName
{
color: #369A67;
}
.AnyTagClassName
{
color: #369A67;
}
</style>
background-color css
<style>
a { background-color: #369A67; }
a { background-color: rgb(54,154,103); }
div.DivClassName
{
background-color: #369A67;
}
.BgClassName
{
background-color: #369A67;
}
</style>
border-color css
<style>
span { border-color: #369A67; }
span { border-color: rgb(54,154,103); }
td.TdClassName
{
border-color: #369A67;
}
.TagClassName
{
border-color: #369A67;
}
</style>