Shades of Chateau Green #50925B
Tints of Chateau Green #50925B
RGB
CMYK
RGB Variations
Color information
#50925B (or 0x50925B) is known color: Chateau Green. HEX triplet: 50, 92 and 5B. RGB value is (80,146,91). Sum of RGB (Red+Green+Blue) = 80+146+91=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #50925B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50925B is #AF6DA4. Grayscale: #787878. Windows color (decimal): -11496869 or 6001232. OLE color: 6001232.
HSL color Cylindrical-coordinate representation of color #50925B: hue angle of 130º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50925B is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 91 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.43 |
| HSL | 130º | 0.29% | 0.44% | - |
| HSV(B) | 130º | 0.45% | 0.57% | - |
| XYZ | 15.48 | 23.02 | 13.52 | - |
| YUV | 120 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 91 | 0.45 | 0 | 0.38 | 0.43 | 130 | 0.29 | 0.44 |
| Hex | 50 | 92 | 5B | 2D | 0 | 26 | 2B | 82 | 1D | 2C |
| Octal | 120 | 222 | 133 | 55 | 0 | 46 | 53 | 202 | 35 | 54 |
| Binary | 1010000 | 10010010 | 1011011 | 101101 | 0 | 100110 | 101011 | 10000010 | 11101 | 101100 |
Color Harmonies of #50925B
Complementary color
Monochromatic Colors of #50925B
Black with #50925B
Text Example
Text Example
White with #50925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50925B; }
p { color: rgb(80,146,91); }
H1.HeaderClassName
{
color: #50925B;
}
.AnyTagClassName
{
color: #50925B;
}
</style>
background-color css
<style>
a { background-color: #50925B; }
a { background-color: rgb(80,146,91); }
div.DivClassName
{
background-color: #50925B;
}
.BgClassName
{
background-color: #50925B;
}
</style>
border-color css
<style>
span { border-color: #50925B; }
span { border-color: rgb(80,146,91); }
td.TdClassName
{
border-color: #50925B;
}
.TagClassName
{
border-color: #50925B;
}
</style>