Shades of Chateau Green #46915C
Tints of Chateau Green #46915C
RGB
CMYK
RGB Variations
Color information
#46915C (or 0x46915C) is known color: Chateau Green. HEX triplet: 46, 91 and 5C. RGB value is (70,145,92). Sum of RGB (Red+Green+Blue) = 70+145+92=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #46915C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46915C is #B96EA3. Grayscale: #747474. Windows color (decimal): -12152484 or 6066502. OLE color: 6066502.
HSL color Cylindrical-coordinate representation of color #46915C: hue angle of 137.6º 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 #46915C is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 145 | 92 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.43 |
| HSL | 137.6º | 0.35% | 0.42% | - |
| HSV(B) | 137.6º | 0.52% | 0.57% | - |
| XYZ | 14.58 | 22.33 | 13.67 | - |
| YUV | 116.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 92 | 0.52 | 0 | 0.37 | 0.43 | 137.6 | 0.35 | 0.42 |
| Hex | 46 | 91 | 5C | 34 | 0 | 25 | 2B | 8A | 23 | 2A |
| Octal | 106 | 221 | 134 | 64 | 0 | 45 | 53 | 212 | 43 | 52 |
| Binary | 1000110 | 10010001 | 1011100 | 110100 | 0 | 100101 | 101011 | 10001010 | 100011 | 101010 |
Color Harmonies of #46915C
Complementary color
Monochromatic Colors of #46915C
Black with #46915C
Text Example
Text Example
White with #46915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46915C; }
p { color: rgb(70,145,92); }
H1.HeaderClassName
{
color: #46915C;
}
.AnyTagClassName
{
color: #46915C;
}
</style>
background-color css
<style>
a { background-color: #46915C; }
a { background-color: rgb(70,145,92); }
div.DivClassName
{
background-color: #46915C;
}
.BgClassName
{
background-color: #46915C;
}
</style>
border-color css
<style>
span { border-color: #46915C; }
span { border-color: rgb(70,145,92); }
td.TdClassName
{
border-color: #46915C;
}
.TagClassName
{
border-color: #46915C;
}
</style>