Shades of Eucalyptus #35935B
Tints of Eucalyptus #35935B
RGB
CMYK
RGB Variations
Color information
#35935B (or 0x35935B) is known color: Eucalyptus. HEX triplet: 35, 93 and 5B. RGB value is (53,147,91). Sum of RGB (Red+Green+Blue) = 53+147+91=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #35935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35935B is #CA6CA4. Grayscale: #707070. Windows color (decimal): -13266085 or 6001461. OLE color: 6001461.
HSL color Cylindrical-coordinate representation of color #35935B: hue angle of 144.26º 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 #35935B is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 147 | 91 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.42 |
| HSL | 144.26º | 0.47% | 0.39% | - |
| HSV(B) | 144.26º | 0.64% | 0.58% | - |
| XYZ | 13.79 | 22.38 | 13.49 | - |
| YUV | 112.51 | 115.86 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 147 | 91 | 0.64 | 0 | 0.38 | 0.42 | 144.26 | 0.47 | 0.39 |
| Hex | 35 | 93 | 5B | 40 | 0 | 26 | 2A | 90 | 2F | 27 |
| Octal | 65 | 223 | 133 | 100 | 0 | 46 | 52 | 220 | 57 | 47 |
| Binary | 110101 | 10010011 | 1011011 | 1000000 | 0 | 100110 | 101010 | 10010000 | 101111 | 100111 |
Color Harmonies of #35935B
Complementary color
Monochromatic Colors of #35935B
Black with #35935B
Text Example
Text Example
White with #35935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35935B; }
p { color: rgb(53,147,91); }
H1.HeaderClassName
{
color: #35935B;
}
.AnyTagClassName
{
color: #35935B;
}
</style>
background-color css
<style>
a { background-color: #35935B; }
a { background-color: rgb(53,147,91); }
div.DivClassName
{
background-color: #35935B;
}
.BgClassName
{
background-color: #35935B;
}
</style>
border-color css
<style>
span { border-color: #35935B; }
span { border-color: rgb(53,147,91); }
td.TdClassName
{
border-color: #35935B;
}
.TagClassName
{
border-color: #35935B;
}
</style>