Shades of Chateau Green #46A558
Tints of Chateau Green #46A558
RGB
CMYK
RGB Variations
Color information
#46A558 (or 0x46A558) is known color: Chateau Green. HEX triplet: 46, A5 and 58. RGB value is (70,165,88). Sum of RGB (Red+Green+Blue) = 70+165+88=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #46A558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A558 is #B95AA7. Grayscale: #808080. Windows color (decimal): -12147368 or 5809478. OLE color: 5809478.
HSL color Cylindrical-coordinate representation of color #46A558: hue angle of 131.37º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A558 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 165 | 88 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.35 |
| HSL | 131.37º | 0.4% | 0.46% | - |
| HSV(B) | 131.37º | 0.58% | 0.65% | - |
| XYZ | 17.74 | 28.92 | 13.88 | - |
| YUV | 127.82 | 105.53 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 165 | 88 | 0.58 | 0 | 0.47 | 0.35 | 131.37 | 0.4 | 0.46 |
| Hex | 46 | A5 | 58 | 3A | 0 | 2F | 23 | 83 | 28 | 2E |
| Octal | 106 | 245 | 130 | 72 | 0 | 57 | 43 | 203 | 50 | 56 |
| Binary | 1000110 | 10100101 | 1011000 | 111010 | 0 | 101111 | 100011 | 10000011 | 101000 | 101110 |
Color Harmonies of #46A558
Complementary color
Monochromatic Colors of #46A558
Black with #46A558
Text Example
Text Example
White with #46A558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A558; }
p { color: rgb(70,165,88); }
H1.HeaderClassName
{
color: #46A558;
}
.AnyTagClassName
{
color: #46A558;
}
</style>
background-color css
<style>
a { background-color: #46A558; }
a { background-color: rgb(70,165,88); }
div.DivClassName
{
background-color: #46A558;
}
.BgClassName
{
background-color: #46A558;
}
</style>
border-color css
<style>
span { border-color: #46A558; }
span { border-color: rgb(70,165,88); }
td.TdClassName
{
border-color: #46A558;
}
.TagClassName
{
border-color: #46A558;
}
</style>