Shades of Eucalyptus #369362
Tints of Eucalyptus #369362
RGB
CMYK
RGB Variations
Color information
#369362 (or 0x369362) is known color: Eucalyptus. HEX triplet: 36, 93 and 62. RGB value is (54,147,98). Sum of RGB (Red+Green+Blue) = 54+147+98=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #369362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369362 is #C96C9D. Grayscale: #717171. Windows color (decimal): -13200542 or 6460214. OLE color: 6460214.
HSL color Cylindrical-coordinate representation of color #369362: hue angle of 148.39º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369362 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 147 | 98 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.42 |
| HSL | 148.39º | 0.46% | 0.39% | - |
| HSV(B) | 148.39º | 0.63% | 0.58% | - |
| XYZ | 14.16 | 22.53 | 15.16 | - |
| YUV | 113.61 | 119.19 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 147 | 98 | 0.63 | 0 | 0.33 | 0.42 | 148.39 | 0.46 | 0.39 |
| Hex | 36 | 93 | 62 | 3F | 0 | 21 | 2A | 94 | 2E | 27 |
| Octal | 66 | 223 | 142 | 77 | 0 | 41 | 52 | 224 | 56 | 47 |
| Binary | 110110 | 10010011 | 1100010 | 111111 | 0 | 100001 | 101010 | 10010100 | 101110 | 100111 |
Color Harmonies of #369362
Complementary color
Monochromatic Colors of #369362
Black with #369362
Text Example
Text Example
White with #369362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369362; }
p { color: rgb(54,147,98); }
H1.HeaderClassName
{
color: #369362;
}
.AnyTagClassName
{
color: #369362;
}
</style>
background-color css
<style>
a { background-color: #369362; }
a { background-color: rgb(54,147,98); }
div.DivClassName
{
background-color: #369362;
}
.BgClassName
{
background-color: #369362;
}
</style>
border-color css
<style>
span { border-color: #369362; }
span { border-color: rgb(54,147,98); }
td.TdClassName
{
border-color: #369362;
}
.TagClassName
{
border-color: #369362;
}
</style>