Shades of Eucalyptus #249B69
Tints of Eucalyptus #249B69
RGB
CMYK
RGB Variations
Color information
#249B69 (or 0x249B69) is known color: Eucalyptus. HEX triplet: 24, 9B and 69. RGB value is (36,155,105). Sum of RGB (Red+Green+Blue) = 36+155+105=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #249B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B69 is #DB6496. Grayscale: #717171. Windows color (decimal): -14378135 or 6920996. OLE color: 6920996.
HSL color Cylindrical-coordinate representation of color #249B69: hue angle of 154.79º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249B69 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 155 | 105 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.39 |
| HSL | 154.79º | 0.62% | 0.37% | - |
| HSV(B) | 154.79º | 0.77% | 0.61% | - |
| XYZ | 15 | 24.84 | 17.37 | - |
| YUV | 113.72 | 123.08 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 105 | 0.77 | 0 | 0.32 | 0.39 | 154.79 | 0.62 | 0.37 |
| Hex | 24 | 9B | 69 | 4D | 0 | 20 | 27 | 9B | 3E | 25 |
| Octal | 44 | 233 | 151 | 115 | 0 | 40 | 47 | 233 | 76 | 45 |
| Binary | 100100 | 10011011 | 1101001 | 1001101 | 0 | 100000 | 100111 | 10011011 | 111110 | 100101 |
Color Harmonies of #249B69
Complementary color
Monochromatic Colors of #249B69
Black with #249B69
Text Example
Text Example
White with #249B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249B69; }
p { color: rgb(36,155,105); }
H1.HeaderClassName
{
color: #249B69;
}
.AnyTagClassName
{
color: #249B69;
}
</style>
background-color css
<style>
a { background-color: #249B69; }
a { background-color: rgb(36,155,105); }
div.DivClassName
{
background-color: #249B69;
}
.BgClassName
{
background-color: #249B69;
}
</style>
border-color css
<style>
span { border-color: #249B69; }
span { border-color: rgb(36,155,105); }
td.TdClassName
{
border-color: #249B69;
}
.TagClassName
{
border-color: #249B69;
}
</style>