Shades of Chateau Green #4B935B
Tints of Chateau Green #4B935B
RGB
CMYK
RGB Variations
Color information
#4B935B (or 0x4B935B) is known color: Chateau Green. HEX triplet: 4B, 93 and 5B. RGB value is (75,147,91). Sum of RGB (Red+Green+Blue) = 75+147+91=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #4B935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B935B is #B46CA4. Grayscale: #777777. Windows color (decimal): -11824293 or 6001483. OLE color: 6001483.
HSL color Cylindrical-coordinate representation of color #4B935B: hue angle of 133.33º 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 #4B935B is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 147 | 91 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.42 |
| HSL | 133.33º | 0.32% | 0.44% | - |
| HSV(B) | 133.33º | 0.49% | 0.58% | - |
| XYZ | 15.22 | 23.12 | 13.56 | - |
| YUV | 119.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 91 | 0.49 | 0 | 0.38 | 0.42 | 133.33 | 0.32 | 0.44 |
| Hex | 4B | 93 | 5B | 31 | 0 | 26 | 2A | 85 | 20 | 2C |
| Octal | 113 | 223 | 133 | 61 | 0 | 46 | 52 | 205 | 40 | 54 |
| Binary | 1001011 | 10010011 | 1011011 | 110001 | 0 | 100110 | 101010 | 10000101 | 100000 | 101100 |
Color Harmonies of #4B935B
Complementary color
Monochromatic Colors of #4B935B
Black with #4B935B
Text Example
Text Example
White with #4B935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B935B; }
p { color: rgb(75,147,91); }
H1.HeaderClassName
{
color: #4B935B;
}
.AnyTagClassName
{
color: #4B935B;
}
</style>
background-color css
<style>
a { background-color: #4B935B; }
a { background-color: rgb(75,147,91); }
div.DivClassName
{
background-color: #4B935B;
}
.BgClassName
{
background-color: #4B935B;
}
</style>
border-color css
<style>
span { border-color: #4B935B; }
span { border-color: rgb(75,147,91); }
td.TdClassName
{
border-color: #4B935B;
}
.TagClassName
{
border-color: #4B935B;
}
</style>