Shades of Eucalyptus #369B67
Tints of Eucalyptus #369B67
RGB
CMYK
RGB Variations
Color information
#369B67 (or 0x369B67) is known color: Eucalyptus. HEX triplet: 36, 9B and 67. RGB value is (54,155,103). Sum of RGB (Red+Green+Blue) = 54+155+103=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #369B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369B67 is #C96498. Grayscale: #767676. Windows color (decimal): -13198489 or 6789942. OLE color: 6789942.
HSL color Cylindrical-coordinate representation of color #369B67: hue angle of 149.11º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369B67 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 155 | 103 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.39 |
| HSL | 149.11º | 0.48% | 0.41% | - |
| HSV(B) | 149.11º | 0.65% | 0.61% | - |
| XYZ | 15.69 | 25.21 | 16.87 | - |
| YUV | 118.87 | 119.04 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 103 | 0.65 | 0 | 0.34 | 0.39 | 149.11 | 0.48 | 0.41 |
| Hex | 36 | 9B | 67 | 41 | 0 | 22 | 27 | 95 | 30 | 29 |
| Octal | 66 | 233 | 147 | 101 | 0 | 42 | 47 | 225 | 60 | 51 |
| Binary | 110110 | 10011011 | 1100111 | 1000001 | 0 | 100010 | 100111 | 10010101 | 110000 | 101001 |
Color Harmonies of #369B67
Complementary color
Monochromatic Colors of #369B67
Black with #369B67
Text Example
Text Example
White with #369B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369B67; }
p { color: rgb(54,155,103); }
H1.HeaderClassName
{
color: #369B67;
}
.AnyTagClassName
{
color: #369B67;
}
</style>
background-color css
<style>
a { background-color: #369B67; }
a { background-color: rgb(54,155,103); }
div.DivClassName
{
background-color: #369B67;
}
.BgClassName
{
background-color: #369B67;
}
</style>
border-color css
<style>
span { border-color: #369B67; }
span { border-color: rgb(54,155,103); }
td.TdClassName
{
border-color: #369B67;
}
.TagClassName
{
border-color: #369B67;
}
</style>