Shades of Chateau Green #4B8F63
Tints of Chateau Green #4B8F63
RGB
CMYK
RGB Variations
Color information
#4B8F63 (or 0x4B8F63) is known color: Chateau Green. HEX triplet: 4B, 8F and 63. RGB value is (75,143,99). Sum of RGB (Red+Green+Blue) = 75+143+99=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #4B8F63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8F63 is #B4709C. Grayscale: #757575. Windows color (decimal): -11825309 or 6524747. OLE color: 6524747.
HSL color Cylindrical-coordinate representation of color #4B8F63: hue angle of 141.18º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B8F63 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 143 | 99 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.44 |
| HSL | 141.18º | 0.31% | 0.43% | - |
| HSV(B) | 141.18º | 0.48% | 0.56% | - |
| XYZ | 14.98 | 22.04 | 15.27 | - |
| YUV | 117.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 143 | 99 | 0.48 | 0 | 0.31 | 0.44 | 141.18 | 0.31 | 0.43 |
| Hex | 4B | 8F | 63 | 30 | 0 | 1F | 2C | 8D | 1F | 2B |
| Octal | 113 | 217 | 143 | 60 | 0 | 37 | 54 | 215 | 37 | 53 |
| Binary | 1001011 | 10001111 | 1100011 | 110000 | 0 | 11111 | 101100 | 10001101 | 11111 | 101011 |
Color Harmonies of #4B8F63
Complementary color
Monochromatic Colors of #4B8F63
Black with #4B8F63
Text Example
Text Example
White with #4B8F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8F63; }
p { color: rgb(75,143,99); }
H1.HeaderClassName
{
color: #4B8F63;
}
.AnyTagClassName
{
color: #4B8F63;
}
</style>
background-color css
<style>
a { background-color: #4B8F63; }
a { background-color: rgb(75,143,99); }
div.DivClassName
{
background-color: #4B8F63;
}
.BgClassName
{
background-color: #4B8F63;
}
</style>
border-color css
<style>
span { border-color: #4B8F63; }
span { border-color: rgb(75,143,99); }
td.TdClassName
{
border-color: #4B8F63;
}
.TagClassName
{
border-color: #4B8F63;
}
</style>