Shades of Chateau Green #46925D
Tints of Chateau Green #46925D
RGB
CMYK
RGB Variations
Color information
#46925D (or 0x46925D) is known color: Chateau Green. HEX triplet: 46, 92 and 5D. RGB value is (70,146,93). Sum of RGB (Red+Green+Blue) = 70+146+93=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #46925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46925D is #B96DA2. Grayscale: #757575. Windows color (decimal): -12152227 or 6132294. OLE color: 6132294.
HSL color Cylindrical-coordinate representation of color #46925D: hue angle of 138.16º 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 #46925D is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 146 | 93 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.43 |
| HSL | 138.16º | 0.35% | 0.42% | - |
| HSV(B) | 138.16º | 0.52% | 0.57% | - |
| XYZ | 14.78 | 22.65 | 13.95 | - |
| YUV | 117.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 146 | 93 | 0.52 | 0 | 0.36 | 0.43 | 138.16 | 0.35 | 0.42 |
| Hex | 46 | 92 | 5D | 34 | 0 | 24 | 2B | 8A | 23 | 2A |
| Octal | 106 | 222 | 135 | 64 | 0 | 44 | 53 | 212 | 43 | 52 |
| Binary | 1000110 | 10010010 | 1011101 | 110100 | 0 | 100100 | 101011 | 10001010 | 100011 | 101010 |
Color Harmonies of #46925D
Complementary color
Monochromatic Colors of #46925D
Black with #46925D
Text Example
Text Example
White with #46925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46925D; }
p { color: rgb(70,146,93); }
H1.HeaderClassName
{
color: #46925D;
}
.AnyTagClassName
{
color: #46925D;
}
</style>
background-color css
<style>
a { background-color: #46925D; }
a { background-color: rgb(70,146,93); }
div.DivClassName
{
background-color: #46925D;
}
.BgClassName
{
background-color: #46925D;
}
</style>
border-color css
<style>
span { border-color: #46925D; }
span { border-color: rgb(70,146,93); }
td.TdClassName
{
border-color: #46925D;
}
.TagClassName
{
border-color: #46925D;
}
</style>