Shades of Eucalyptus #40926A
Tints of Eucalyptus #40926A
RGB
CMYK
RGB Variations
Color information
#40926A (or 0x40926A) is known color: Eucalyptus. HEX triplet: 40, 92 and 6A. RGB value is (64,146,106). Sum of RGB (Red+Green+Blue) = 64+146+106=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #40926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40926A is #BF6D95. Grayscale: #757575. Windows color (decimal): -12545430 or 6984256. OLE color: 6984256.
HSL color Cylindrical-coordinate representation of color #40926A: hue angle of 150.73º 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 #40926A is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 146 | 106 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.43 |
| HSL | 150.73º | 0.39% | 0.41% | - |
| HSV(B) | 150.73º | 0.56% | 0.57% | - |
| XYZ | 14.99 | 22.69 | 17.22 | - |
| YUV | 116.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 106 | 0.56 | 0 | 0.27 | 0.43 | 150.73 | 0.39 | 0.41 |
| Hex | 40 | 92 | 6A | 38 | 0 | 1B | 2B | 97 | 27 | 29 |
| Octal | 100 | 222 | 152 | 70 | 0 | 33 | 53 | 227 | 47 | 51 |
| Binary | 1000000 | 10010010 | 1101010 | 111000 | 0 | 11011 | 101011 | 10010111 | 100111 | 101001 |
Color Harmonies of #40926A
Complementary color
Monochromatic Colors of #40926A
Black with #40926A
Text Example
Text Example
White with #40926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40926A; }
p { color: rgb(64,146,106); }
H1.HeaderClassName
{
color: #40926A;
}
.AnyTagClassName
{
color: #40926A;
}
</style>
background-color css
<style>
a { background-color: #40926A; }
a { background-color: rgb(64,146,106); }
div.DivClassName
{
background-color: #40926A;
}
.BgClassName
{
background-color: #40926A;
}
</style>
border-color css
<style>
span { border-color: #40926A; }
span { border-color: rgb(64,146,106); }
td.TdClassName
{
border-color: #40926A;
}
.TagClassName
{
border-color: #40926A;
}
</style>