Shades of Eucalyptus #46926A
Tints of Eucalyptus #46926A
RGB
CMYK
RGB Variations
Color information
#46926A (or 0x46926A) is known color: Eucalyptus. HEX triplet: 46, 92 and 6A. RGB value is (70,146,106). Sum of RGB (Red+Green+Blue) = 70+146+106=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #46926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46926A is #B96D95. Grayscale: #767676. Windows color (decimal): -12152214 or 6984262. OLE color: 6984262.
HSL color Cylindrical-coordinate representation of color #46926A: hue angle of 148.42º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46926A is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 146 | 106 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.43 |
| HSL | 148.42º | 0.35% | 0.42% | - |
| HSV(B) | 148.42º | 0.52% | 0.57% | - |
| XYZ | 15.41 | 22.9 | 17.24 | - |
| YUV | 118.72 | 120.82 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 146 | 106 | 0.52 | 0 | 0.27 | 0.43 | 148.42 | 0.35 | 0.42 |
| Hex | 46 | 92 | 6A | 34 | 0 | 1B | 2B | 94 | 23 | 2A |
| Octal | 106 | 222 | 152 | 64 | 0 | 33 | 53 | 224 | 43 | 52 |
| Binary | 1000110 | 10010010 | 1101010 | 110100 | 0 | 11011 | 101011 | 10010100 | 100011 | 101010 |
Color Harmonies of #46926A
Complementary color
Monochromatic Colors of #46926A
Black with #46926A
Text Example
Text Example
White with #46926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46926A; }
p { color: rgb(70,146,106); }
H1.HeaderClassName
{
color: #46926A;
}
.AnyTagClassName
{
color: #46926A;
}
</style>
background-color css
<style>
a { background-color: #46926A; }
a { background-color: rgb(70,146,106); }
div.DivClassName
{
background-color: #46926A;
}
.BgClassName
{
background-color: #46926A;
}
</style>
border-color css
<style>
span { border-color: #46926A; }
span { border-color: rgb(70,146,106); }
td.TdClassName
{
border-color: #46926A;
}
.TagClassName
{
border-color: #46926A;
}
</style>