Shades of Eucalyptus #40936C
Tints of Eucalyptus #40936C
RGB
CMYK
RGB Variations
Color information
#40936C (or 0x40936C) is known color: Eucalyptus. HEX triplet: 40, 93 and 6C. RGB value is (64,147,108). Sum of RGB (Red+Green+Blue) = 64+147+108=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #40936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40936C is #BF6C93. Grayscale: #757575. Windows color (decimal): -12545172 or 7115584. OLE color: 7115584.
HSL color Cylindrical-coordinate representation of color #40936C: hue angle of 151.81º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40936C is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 108 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.42 |
| HSL | 151.81º | 0.39% | 0.41% | - |
| HSV(B) | 151.81º | 0.56% | 0.58% | - |
| XYZ | 15.25 | 23.04 | 17.83 | - |
| YUV | 117.74 | 122.5 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 108 | 0.56 | 0 | 0.27 | 0.42 | 151.81 | 0.39 | 0.41 |
| Hex | 40 | 93 | 6C | 38 | 0 | 1B | 2A | 98 | 27 | 29 |
| Octal | 100 | 223 | 154 | 70 | 0 | 33 | 52 | 230 | 47 | 51 |
| Binary | 1000000 | 10010011 | 1101100 | 111000 | 0 | 11011 | 101010 | 10011000 | 100111 | 101001 |
Color Harmonies of #40936C
Complementary color
Monochromatic Colors of #40936C
Black with #40936C
Text Example
Text Example
White with #40936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40936C; }
p { color: rgb(64,147,108); }
H1.HeaderClassName
{
color: #40936C;
}
.AnyTagClassName
{
color: #40936C;
}
</style>
background-color css
<style>
a { background-color: #40936C; }
a { background-color: rgb(64,147,108); }
div.DivClassName
{
background-color: #40936C;
}
.BgClassName
{
background-color: #40936C;
}
</style>
border-color css
<style>
span { border-color: #40936C; }
span { border-color: rgb(64,147,108); }
td.TdClassName
{
border-color: #40936C;
}
.TagClassName
{
border-color: #40936C;
}
</style>