Shades of Chateau Green #4B9B5D
Tints of Chateau Green #4B9B5D
RGB
CMYK
RGB Variations
Color information
#4B9B5D (or 0x4B9B5D) is known color: Chateau Green. HEX triplet: 4B, 9B and 5D. RGB value is (75,155,93). Sum of RGB (Red+Green+Blue) = 75+155+93=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9B5D is #B464A2. Grayscale: #7C7C7C. Windows color (decimal): -11822243 or 6134603. OLE color: 6134603.
HSL color Cylindrical-coordinate representation of color #4B9B5D: hue angle of 133.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9B5D is Cyan = 0.52, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 155 | 93 | - |
| CMYK | 0.52 | 0 | 0.4 | 0.39 |
| HSL | 133.5º | 0.35% | 0.45% | - |
| HSV(B) | 133.5º | 0.52% | 0.61% | - |
| XYZ | 16.6 | 25.73 | 14.45 | - |
| YUV | 124.01 | 110.5 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 155 | 93 | 0.52 | 0 | 0.4 | 0.39 | 133.5 | 0.35 | 0.45 |
| Hex | 4B | 9B | 5D | 34 | 0 | 28 | 27 | 86 | 23 | 2D |
| Octal | 113 | 233 | 135 | 64 | 0 | 50 | 47 | 206 | 43 | 55 |
| Binary | 1001011 | 10011011 | 1011101 | 110100 | 0 | 101000 | 100111 | 10000110 | 100011 | 101101 |
Color Harmonies of #4B9B5D
Complementary color
Monochromatic Colors of #4B9B5D
Black with #4B9B5D
Text Example
Text Example
White with #4B9B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9B5D; }
p { color: rgb(75,155,93); }
H1.HeaderClassName
{
color: #4B9B5D;
}
.AnyTagClassName
{
color: #4B9B5D;
}
</style>
background-color css
<style>
a { background-color: #4B9B5D; }
a { background-color: rgb(75,155,93); }
div.DivClassName
{
background-color: #4B9B5D;
}
.BgClassName
{
background-color: #4B9B5D;
}
</style>
border-color css
<style>
span { border-color: #4B9B5D; }
span { border-color: rgb(75,155,93); }
td.TdClassName
{
border-color: #4B9B5D;
}
.TagClassName
{
border-color: #4B9B5D;
}
</style>