Shades of Eucalyptus #35936B
Tints of Eucalyptus #35936B
RGB
CMYK
RGB Variations
Color information
#35936B (or 0x35936B) is known color: Eucalyptus. HEX triplet: 35, 93 and 6B. RGB value is (53,147,107). Sum of RGB (Red+Green+Blue) = 53+147+107=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #35936B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35936B is #CA6C94. Grayscale: #727272. Windows color (decimal): -13266069 or 7050037. OLE color: 7050037.
HSL color Cylindrical-coordinate representation of color #35936B: hue angle of 154.47º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35936B is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 147 | 107 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.42 |
| HSL | 154.47º | 0.47% | 0.39% | - |
| HSV(B) | 154.47º | 0.64% | 0.58% | - |
| XYZ | 14.56 | 22.69 | 17.52 | - |
| YUV | 114.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 147 | 107 | 0.64 | 0 | 0.27 | 0.42 | 154.47 | 0.47 | 0.39 |
| Hex | 35 | 93 | 6B | 40 | 0 | 1B | 2A | 9A | 2F | 27 |
| Octal | 65 | 223 | 153 | 100 | 0 | 33 | 52 | 232 | 57 | 47 |
| Binary | 110101 | 10010011 | 1101011 | 1000000 | 0 | 11011 | 101010 | 10011010 | 101111 | 100111 |
Color Harmonies of #35936B
Complementary color
Monochromatic Colors of #35936B
Black with #35936B
Text Example
Text Example
White with #35936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35936B; }
p { color: rgb(53,147,107); }
H1.HeaderClassName
{
color: #35936B;
}
.AnyTagClassName
{
color: #35936B;
}
</style>
background-color css
<style>
a { background-color: #35936B; }
a { background-color: rgb(53,147,107); }
div.DivClassName
{
background-color: #35936B;
}
.BgClassName
{
background-color: #35936B;
}
</style>
border-color css
<style>
span { border-color: #35936B; }
span { border-color: rgb(53,147,107); }
td.TdClassName
{
border-color: #35936B;
}
.TagClassName
{
border-color: #35936B;
}
</style>