Shades of Chateau Green #4B995D
Tints of Chateau Green #4B995D
RGB
CMYK
RGB Variations
Color information
#4B995D (or 0x4B995D) is known color: Chateau Green. HEX triplet: 4B, 99 and 5D. RGB value is (75,153,93). Sum of RGB (Red+Green+Blue) = 75+153+93=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #4B995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B995D is #B466A2. Grayscale: #7B7B7B. Windows color (decimal): -11822755 or 6134091. OLE color: 6134091.
HSL color Cylindrical-coordinate representation of color #4B995D: hue angle of 133.85º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B995D is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 75 | 153 | 93 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.4 |
| HSL | 133.85º | 0.34% | 0.45% | - |
| HSV(B) | 133.85º | 0.51% | 0.6% | - |
| XYZ | 16.27 | 25.07 | 14.34 | - |
| YUV | 122.84 | 111.16 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 153 | 93 | 0.51 | 0 | 0.39 | 0.4 | 133.85 | 0.34 | 0.45 |
| Hex | 4B | 99 | 5D | 33 | 0 | 27 | 28 | 86 | 22 | 2D |
| Octal | 113 | 231 | 135 | 63 | 0 | 47 | 50 | 206 | 42 | 55 |
| Binary | 1001011 | 10011001 | 1011101 | 110011 | 0 | 100111 | 101000 | 10000110 | 100010 | 101101 |
Color Harmonies of #4B995D
Complementary color
Monochromatic Colors of #4B995D
Black with #4B995D
Text Example
Text Example
White with #4B995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B995D; }
p { color: rgb(75,153,93); }
H1.HeaderClassName
{
color: #4B995D;
}
.AnyTagClassName
{
color: #4B995D;
}
</style>
background-color css
<style>
a { background-color: #4B995D; }
a { background-color: rgb(75,153,93); }
div.DivClassName
{
background-color: #4B995D;
}
.BgClassName
{
background-color: #4B995D;
}
</style>
border-color css
<style>
span { border-color: #4B995D; }
span { border-color: rgb(75,153,93); }
td.TdClassName
{
border-color: #4B995D;
}
.TagClassName
{
border-color: #4B995D;
}
</style>