Shades of Eucalyptus #39995B
Tints of Eucalyptus #39995B
RGB
CMYK
RGB Variations
Color information
#39995B (or 0x39995B) is known color: Eucalyptus. HEX triplet: 39, 99 and 5B. RGB value is (57,153,91). Sum of RGB (Red+Green+Blue) = 57+153+91=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #39995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39995B is #C666A4. Grayscale: #757575. Windows color (decimal): -13002405 or 6003001. OLE color: 6003001.
HSL color Cylindrical-coordinate representation of color #39995B: hue angle of 141.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39995B is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 91 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.4 |
| HSL | 141.25º | 0.46% | 0.41% | - |
| HSV(B) | 141.25º | 0.63% | 0.6% | - |
| XYZ | 14.97 | 24.41 | 13.82 | - |
| YUV | 117.23 | 113.2 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 91 | 0.63 | 0 | 0.41 | 0.4 | 141.25 | 0.46 | 0.41 |
| Hex | 39 | 99 | 5B | 3F | 0 | 29 | 28 | 8D | 2E | 29 |
| Octal | 71 | 231 | 133 | 77 | 0 | 51 | 50 | 215 | 56 | 51 |
| Binary | 111001 | 10011001 | 1011011 | 111111 | 0 | 101001 | 101000 | 10001101 | 101110 | 101001 |
Color Harmonies of #39995B
Complementary color
Monochromatic Colors of #39995B
Black with #39995B
Text Example
Text Example
White with #39995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39995B; }
p { color: rgb(57,153,91); }
H1.HeaderClassName
{
color: #39995B;
}
.AnyTagClassName
{
color: #39995B;
}
</style>
background-color css
<style>
a { background-color: #39995B; }
a { background-color: rgb(57,153,91); }
div.DivClassName
{
background-color: #39995B;
}
.BgClassName
{
background-color: #39995B;
}
</style>
border-color css
<style>
span { border-color: #39995B; }
span { border-color: rgb(57,153,91); }
td.TdClassName
{
border-color: #39995B;
}
.TagClassName
{
border-color: #39995B;
}
</style>