Shades of Chateau Green #50925C
Tints of Chateau Green #50925C
RGB
CMYK
RGB Variations
Color information
#50925C (or 0x50925C) is known color: Chateau Green. HEX triplet: 50, 92 and 5C. RGB value is (80,146,92). Sum of RGB (Red+Green+Blue) = 80+146+92=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #50925C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50925C is #AF6DA3. Grayscale: #787878. Windows color (decimal): -11496868 or 6066768. OLE color: 6066768.
HSL color Cylindrical-coordinate representation of color #50925C: hue angle of 130.91º 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 #50925C is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 92 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.43 |
| HSL | 130.91º | 0.29% | 0.44% | - |
| HSV(B) | 130.91º | 0.45% | 0.57% | - |
| XYZ | 15.52 | 23.04 | 13.75 | - |
| YUV | 120.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 92 | 0.45 | 0 | 0.37 | 0.43 | 130.91 | 0.29 | 0.44 |
| Hex | 50 | 92 | 5C | 2D | 0 | 25 | 2B | 83 | 1D | 2C |
| Octal | 120 | 222 | 134 | 55 | 0 | 45 | 53 | 203 | 35 | 54 |
| Binary | 1010000 | 10010010 | 1011100 | 101101 | 0 | 100101 | 101011 | 10000011 | 11101 | 101100 |
Color Harmonies of #50925C
Complementary color
Monochromatic Colors of #50925C
Black with #50925C
Text Example
Text Example
White with #50925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50925C; }
p { color: rgb(80,146,92); }
H1.HeaderClassName
{
color: #50925C;
}
.AnyTagClassName
{
color: #50925C;
}
</style>
background-color css
<style>
a { background-color: #50925C; }
a { background-color: rgb(80,146,92); }
div.DivClassName
{
background-color: #50925C;
}
.BgClassName
{
background-color: #50925C;
}
</style>
border-color css
<style>
span { border-color: #50925C; }
span { border-color: rgb(80,146,92); }
td.TdClassName
{
border-color: #50925C;
}
.TagClassName
{
border-color: #50925C;
}
</style>