Shades of Eucalyptus #369262
Tints of Eucalyptus #369262
RGB
CMYK
RGB Variations
Color information
#369262 (or 0x369262) is known color: Eucalyptus. HEX triplet: 36, 92 and 62. RGB value is (54,146,98). Sum of RGB (Red+Green+Blue) = 54+146+98=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #369262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369262 is #C96D9D. Grayscale: #717171. Windows color (decimal): -13200798 or 6459958. OLE color: 6459958.
HSL color Cylindrical-coordinate representation of color #369262: hue angle of 148.7º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369262 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 146 | 98 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.43 |
| HSL | 148.7º | 0.46% | 0.39% | - |
| HSV(B) | 148.7º | 0.63% | 0.57% | - |
| XYZ | 14 | 22.22 | 15.11 | - |
| YUV | 113.02 | 119.52 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 146 | 98 | 0.63 | 0 | 0.33 | 0.43 | 148.7 | 0.46 | 0.39 |
| Hex | 36 | 92 | 62 | 3F | 0 | 21 | 2B | 95 | 2E | 27 |
| Octal | 66 | 222 | 142 | 77 | 0 | 41 | 53 | 225 | 56 | 47 |
| Binary | 110110 | 10010010 | 1100010 | 111111 | 0 | 100001 | 101011 | 10010101 | 101110 | 100111 |
Color Harmonies of #369262
Complementary color
Monochromatic Colors of #369262
Black with #369262
Text Example
Text Example
White with #369262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369262; }
p { color: rgb(54,146,98); }
H1.HeaderClassName
{
color: #369262;
}
.AnyTagClassName
{
color: #369262;
}
</style>
background-color css
<style>
a { background-color: #369262; }
a { background-color: rgb(54,146,98); }
div.DivClassName
{
background-color: #369262;
}
.BgClassName
{
background-color: #369262;
}
</style>
border-color css
<style>
span { border-color: #369262; }
span { border-color: rgb(54,146,98); }
td.TdClassName
{
border-color: #369262;
}
.TagClassName
{
border-color: #369262;
}
</style>