Shades of Eucalyptus #40925E
Tints of Eucalyptus #40925E
RGB
CMYK
RGB Variations
Color information
#40925E (or 0x40925E) is known color: Eucalyptus. HEX triplet: 40, 92 and 5E. RGB value is (64,146,94). Sum of RGB (Red+Green+Blue) = 64+146+94=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #40925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40925E is #BF6DA1. Grayscale: #737373. Windows color (decimal): -12545442 or 6197824. OLE color: 6197824.
HSL color Cylindrical-coordinate representation of color #40925E: hue angle of 141.95º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40925E is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 146 | 94 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.43 |
| HSL | 141.95º | 0.39% | 0.41% | - |
| HSV(B) | 141.95º | 0.56% | 0.57% | - |
| XYZ | 14.41 | 22.46 | 14.16 | - |
| YUV | 115.55 | 115.83 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 94 | 0.56 | 0 | 0.36 | 0.43 | 141.95 | 0.39 | 0.41 |
| Hex | 40 | 92 | 5E | 38 | 0 | 24 | 2B | 8E | 27 | 29 |
| Octal | 100 | 222 | 136 | 70 | 0 | 44 | 53 | 216 | 47 | 51 |
| Binary | 1000000 | 10010010 | 1011110 | 111000 | 0 | 100100 | 101011 | 10001110 | 100111 | 101001 |
Color Harmonies of #40925E
Complementary color
Monochromatic Colors of #40925E
Black with #40925E
Text Example
Text Example
White with #40925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40925E; }
p { color: rgb(64,146,94); }
H1.HeaderClassName
{
color: #40925E;
}
.AnyTagClassName
{
color: #40925E;
}
</style>
background-color css
<style>
a { background-color: #40925E; }
a { background-color: rgb(64,146,94); }
div.DivClassName
{
background-color: #40925E;
}
.BgClassName
{
background-color: #40925E;
}
</style>
border-color css
<style>
span { border-color: #40925E; }
span { border-color: rgb(64,146,94); }
td.TdClassName
{
border-color: #40925E;
}
.TagClassName
{
border-color: #40925E;
}
</style>