Shades of Chateau Green #4B955C
Tints of Chateau Green #4B955C
RGB
CMYK
RGB Variations
Color information
#4B955C (or 0x4B955C) is known color: Chateau Green. HEX triplet: 4B, 95 and 5C. RGB value is (75,149,92). Sum of RGB (Red+Green+Blue) = 75+149+92=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #4B955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B955C is #B46AA3. Grayscale: #787878. Windows color (decimal): -11823780 or 6067531. OLE color: 6067531.
HSL color Cylindrical-coordinate representation of color #4B955C: hue angle of 133.78º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B955C is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 92 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.42 |
| HSL | 133.78º | 0.33% | 0.44% | - |
| HSV(B) | 133.78º | 0.5% | 0.58% | - |
| XYZ | 15.58 | 23.76 | 13.89 | - |
| YUV | 120.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 92 | 0.50 | 0 | 0.38 | 0.42 | 133.78 | 0.33 | 0.44 |
| Hex | 4B | 95 | 5C | 32 | 0 | 26 | 2A | 86 | 21 | 2C |
| Octal | 113 | 225 | 134 | 62 | 0 | 46 | 52 | 206 | 41 | 54 |
| Binary | 1001011 | 10010101 | 1011100 | 110010 | 0 | 100110 | 101010 | 10000110 | 100001 | 101100 |
Color Harmonies of #4B955C
Complementary color
Monochromatic Colors of #4B955C
Black with #4B955C
Text Example
Text Example
White with #4B955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B955C; }
p { color: rgb(75,149,92); }
H1.HeaderClassName
{
color: #4B955C;
}
.AnyTagClassName
{
color: #4B955C;
}
</style>
background-color css
<style>
a { background-color: #4B955C; }
a { background-color: rgb(75,149,92); }
div.DivClassName
{
background-color: #4B955C;
}
.BgClassName
{
background-color: #4B955C;
}
</style>
border-color css
<style>
span { border-color: #4B955C; }
span { border-color: rgb(75,149,92); }
td.TdClassName
{
border-color: #4B955C;
}
.TagClassName
{
border-color: #4B955C;
}
</style>