Shades of Eucalyptus #369667
Tints of Eucalyptus #369667
RGB
CMYK
RGB Variations
Color information
#369667 (or 0x369667) is known color: Eucalyptus. HEX triplet: 36, 96 and 67. RGB value is (54,150,103). Sum of RGB (Red+Green+Blue) = 54+150+103=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #369667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369667 is #C96998. Grayscale: #747474. Windows color (decimal): -13199769 or 6788662. OLE color: 6788662.
HSL color Cylindrical-coordinate representation of color #369667: hue angle of 150.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369667 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 150 | 103 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.41 |
| HSL | 150.63º | 0.47% | 0.4% | - |
| HSV(B) | 150.63º | 0.64% | 0.59% | - |
| XYZ | 14.88 | 23.58 | 16.6 | - |
| YUV | 115.94 | 120.7 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 103 | 0.64 | 0 | 0.31 | 0.41 | 150.63 | 0.47 | 0.4 |
| Hex | 36 | 96 | 67 | 40 | 0 | 1F | 29 | 97 | 2F | 28 |
| Octal | 66 | 226 | 147 | 100 | 0 | 37 | 51 | 227 | 57 | 50 |
| Binary | 110110 | 10010110 | 1100111 | 1000000 | 0 | 11111 | 101001 | 10010111 | 101111 | 101000 |
Color Harmonies of #369667
Complementary color
Monochromatic Colors of #369667
Black with #369667
Text Example
Text Example
White with #369667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369667; }
p { color: rgb(54,150,103); }
H1.HeaderClassName
{
color: #369667;
}
.AnyTagClassName
{
color: #369667;
}
</style>
background-color css
<style>
a { background-color: #369667; }
a { background-color: rgb(54,150,103); }
div.DivClassName
{
background-color: #369667;
}
.BgClassName
{
background-color: #369667;
}
</style>
border-color css
<style>
span { border-color: #369667; }
span { border-color: rgb(54,150,103); }
td.TdClassName
{
border-color: #369667;
}
.TagClassName
{
border-color: #369667;
}
</style>