Shades of Chateau Green #4B935C
Tints of Chateau Green #4B935C
RGB
CMYK
RGB Variations
Color information
#4B935C (or 0x4B935C) is known color: Chateau Green. HEX triplet: 4B, 93 and 5C. RGB value is (75,147,92). Sum of RGB (Red+Green+Blue) = 75+147+92=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #4B935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B935C is #B46CA3. Grayscale: #777777. Windows color (decimal): -11824292 or 6067019. OLE color: 6067019.
HSL color Cylindrical-coordinate representation of color #4B935C: hue angle of 134.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B935C is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 147 | 92 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.42 |
| HSL | 134.17º | 0.32% | 0.44% | - |
| HSV(B) | 134.17º | 0.49% | 0.58% | - |
| XYZ | 15.27 | 23.14 | 13.79 | - |
| YUV | 119.2 | 112.65 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 92 | 0.49 | 0 | 0.37 | 0.42 | 134.17 | 0.32 | 0.44 |
| Hex | 4B | 93 | 5C | 31 | 0 | 25 | 2A | 86 | 20 | 2C |
| Octal | 113 | 223 | 134 | 61 | 0 | 45 | 52 | 206 | 40 | 54 |
| Binary | 1001011 | 10010011 | 1011100 | 110001 | 0 | 100101 | 101010 | 10000110 | 100000 | 101100 |
Color Harmonies of #4B935C
Complementary color
Monochromatic Colors of #4B935C
Black with #4B935C
Text Example
Text Example
White with #4B935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B935C; }
p { color: rgb(75,147,92); }
H1.HeaderClassName
{
color: #4B935C;
}
.AnyTagClassName
{
color: #4B935C;
}
</style>
background-color css
<style>
a { background-color: #4B935C; }
a { background-color: rgb(75,147,92); }
div.DivClassName
{
background-color: #4B935C;
}
.BgClassName
{
background-color: #4B935C;
}
</style>
border-color css
<style>
span { border-color: #4B935C; }
span { border-color: rgb(75,147,92); }
td.TdClassName
{
border-color: #4B935C;
}
.TagClassName
{
border-color: #4B935C;
}
</style>