Shades of Chateau Green #4A8F5B
Tints of Chateau Green #4A8F5B
RGB
CMYK
RGB Variations
Color information
#4A8F5B (or 0x4A8F5B) is known color: Chateau Green. HEX triplet: 4A, 8F and 5B. RGB value is (74,143,91). Sum of RGB (Red+Green+Blue) = 74+143+91=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #4A8F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8F5B is #B570A4. Grayscale: #747474. Windows color (decimal): -11890853 or 6000458. OLE color: 6000458.
HSL color Cylindrical-coordinate representation of color #4A8F5B: hue angle of 134.78º degrees, saturation: 0.32, 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 #4A8F5B is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 143 | 91 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.44 |
| HSL | 134.78º | 0.32% | 0.43% | - |
| HSV(B) | 134.78º | 0.48% | 0.56% | - |
| XYZ | 14.53 | 21.86 | 13.35 | - |
| YUV | 116.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 143 | 91 | 0.48 | 0 | 0.36 | 0.44 | 134.78 | 0.32 | 0.43 |
| Hex | 4A | 8F | 5B | 30 | 0 | 24 | 2C | 87 | 20 | 2B |
| Octal | 112 | 217 | 133 | 60 | 0 | 44 | 54 | 207 | 40 | 53 |
| Binary | 1001010 | 10001111 | 1011011 | 110000 | 0 | 100100 | 101100 | 10000111 | 100000 | 101011 |
Color Harmonies of #4A8F5B
Complementary color
Monochromatic Colors of #4A8F5B
Black with #4A8F5B
Text Example
Text Example
White with #4A8F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8F5B; }
p { color: rgb(74,143,91); }
H1.HeaderClassName
{
color: #4A8F5B;
}
.AnyTagClassName
{
color: #4A8F5B;
}
</style>
background-color css
<style>
a { background-color: #4A8F5B; }
a { background-color: rgb(74,143,91); }
div.DivClassName
{
background-color: #4A8F5B;
}
.BgClassName
{
background-color: #4A8F5B;
}
</style>
border-color css
<style>
span { border-color: #4A8F5B; }
span { border-color: rgb(74,143,91); }
td.TdClassName
{
border-color: #4A8F5B;
}
.TagClassName
{
border-color: #4A8F5B;
}
</style>