Shades of Eucalyptus #40936B
Tints of Eucalyptus #40936B
RGB
CMYK
RGB Variations
Color information
#40936B (or 0x40936B) is known color: Eucalyptus. HEX triplet: 40, 93 and 6B. RGB value is (64,147,107). Sum of RGB (Red+Green+Blue) = 64+147+107=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #40936B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40936B is #BF6C94. Grayscale: #757575. Windows color (decimal): -12545173 or 7050048. OLE color: 7050048.
HSL color Cylindrical-coordinate representation of color #40936B: hue angle of 151.08º 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 #40936B is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 107 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.42 |
| HSL | 151.08º | 0.39% | 0.41% | - |
| HSV(B) | 151.08º | 0.56% | 0.58% | - |
| XYZ | 15.2 | 23.02 | 17.55 | - |
| YUV | 117.62 | 122 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 107 | 0.56 | 0 | 0.27 | 0.42 | 151.08 | 0.39 | 0.41 |
| Hex | 40 | 93 | 6B | 38 | 0 | 1B | 2A | 97 | 27 | 29 |
| Octal | 100 | 223 | 153 | 70 | 0 | 33 | 52 | 227 | 47 | 51 |
| Binary | 1000000 | 10010011 | 1101011 | 111000 | 0 | 11011 | 101010 | 10010111 | 100111 | 101001 |
Color Harmonies of #40936B
Complementary color
Monochromatic Colors of #40936B
Black with #40936B
Text Example
Text Example
White with #40936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40936B; }
p { color: rgb(64,147,107); }
H1.HeaderClassName
{
color: #40936B;
}
.AnyTagClassName
{
color: #40936B;
}
</style>
background-color css
<style>
a { background-color: #40936B; }
a { background-color: rgb(64,147,107); }
div.DivClassName
{
background-color: #40936B;
}
.BgClassName
{
background-color: #40936B;
}
</style>
border-color css
<style>
span { border-color: #40936B; }
span { border-color: rgb(64,147,107); }
td.TdClassName
{
border-color: #40936B;
}
.TagClassName
{
border-color: #40936B;
}
</style>