Shades of Chateau Green #4B9362
Tints of Chateau Green #4B9362
RGB
CMYK
RGB Variations
Color information
#4B9362 (or 0x4B9362) is known color: Chateau Green. HEX triplet: 4B, 93 and 62. RGB value is (75,147,98). Sum of RGB (Red+Green+Blue) = 75+147+98=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9362 is #B46C9D. Grayscale: #787878. Windows color (decimal): -11824286 or 6460235. OLE color: 6460235.
HSL color Cylindrical-coordinate representation of color #4B9362: hue angle of 139.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 #4B9362 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 147 | 98 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.42 |
| HSL | 139.17º | 0.32% | 0.44% | - |
| HSV(B) | 139.17º | 0.49% | 0.58% | - |
| XYZ | 15.54 | 23.25 | 15.22 | - |
| YUV | 119.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 98 | 0.49 | 0 | 0.33 | 0.42 | 139.17 | 0.32 | 0.44 |
| Hex | 4B | 93 | 62 | 31 | 0 | 21 | 2A | 8B | 20 | 2C |
| Octal | 113 | 223 | 142 | 61 | 0 | 41 | 52 | 213 | 40 | 54 |
| Binary | 1001011 | 10010011 | 1100010 | 110001 | 0 | 100001 | 101010 | 10001011 | 100000 | 101100 |
Color Harmonies of #4B9362
Complementary color
Monochromatic Colors of #4B9362
Black with #4B9362
Text Example
Text Example
White with #4B9362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9362; }
p { color: rgb(75,147,98); }
H1.HeaderClassName
{
color: #4B9362;
}
.AnyTagClassName
{
color: #4B9362;
}
</style>
background-color css
<style>
a { background-color: #4B9362; }
a { background-color: rgb(75,147,98); }
div.DivClassName
{
background-color: #4B9362;
}
.BgClassName
{
background-color: #4B9362;
}
</style>
border-color css
<style>
span { border-color: #4B9362; }
span { border-color: rgb(75,147,98); }
td.TdClassName
{
border-color: #4B9362;
}
.TagClassName
{
border-color: #4B9362;
}
</style>