Shades of Chateau Green #4B955D
Tints of Chateau Green #4B955D
RGB
CMYK
RGB Variations
Color information
#4B955D (or 0x4B955D) is known color: Chateau Green. HEX triplet: 4B, 95 and 5D. RGB value is (75,149,93). Sum of RGB (Red+Green+Blue) = 75+149+93=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #4B955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B955D is #B46AA2. Grayscale: #787878. Windows color (decimal): -11823779 or 6133067. OLE color: 6133067.
HSL color Cylindrical-coordinate representation of color #4B955D: hue angle of 134.59º 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 #4B955D is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 93 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.42 |
| HSL | 134.59º | 0.33% | 0.44% | - |
| HSV(B) | 134.59º | 0.5% | 0.58% | - |
| XYZ | 15.62 | 23.78 | 14.12 | - |
| YUV | 120.49 | 112.48 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 93 | 0.50 | 0 | 0.38 | 0.42 | 134.59 | 0.33 | 0.44 |
| Hex | 4B | 95 | 5D | 32 | 0 | 26 | 2A | 87 | 21 | 2C |
| Octal | 113 | 225 | 135 | 62 | 0 | 46 | 52 | 207 | 41 | 54 |
| Binary | 1001011 | 10010101 | 1011101 | 110010 | 0 | 100110 | 101010 | 10000111 | 100001 | 101100 |
Color Harmonies of #4B955D
Complementary color
Monochromatic Colors of #4B955D
Black with #4B955D
Text Example
Text Example
White with #4B955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B955D; }
p { color: rgb(75,149,93); }
H1.HeaderClassName
{
color: #4B955D;
}
.AnyTagClassName
{
color: #4B955D;
}
</style>
background-color css
<style>
a { background-color: #4B955D; }
a { background-color: rgb(75,149,93); }
div.DivClassName
{
background-color: #4B955D;
}
.BgClassName
{
background-color: #4B955D;
}
</style>
border-color css
<style>
span { border-color: #4B955D; }
span { border-color: rgb(75,149,93); }
td.TdClassName
{
border-color: #4B955D;
}
.TagClassName
{
border-color: #4B955D;
}
</style>