Shades of Chateau Green #359948
Tints of Chateau Green #359948
RGB
CMYK
RGB Variations
Color information
#359948 (or 0x359948) is known color: Chateau Green. HEX triplet: 35, 99 and 48. RGB value is (53,153,72). Sum of RGB (Red+Green+Blue) = 53+153+72=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #359948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359948 is #CA66B7. Grayscale: #727272. Windows color (decimal): -13264568 or 4757813. OLE color: 4757813.
HSL color Cylindrical-coordinate representation of color #359948: hue angle of 131.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359948 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 153 | 72 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.4 |
| HSL | 131.4º | 0.49% | 0.4% | - |
| HSV(B) | 131.4º | 0.65% | 0.6% | - |
| XYZ | 14.03 | 24.01 | 10.03 | - |
| YUV | 113.87 | 104.37 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 72 | 0.65 | 0 | 0.53 | 0.4 | 131.4 | 0.49 | 0.4 |
| Hex | 35 | 99 | 48 | 41 | 0 | 35 | 28 | 83 | 31 | 28 |
| Octal | 65 | 231 | 110 | 101 | 0 | 65 | 50 | 203 | 61 | 50 |
| Binary | 110101 | 10011001 | 1001000 | 1000001 | 0 | 110101 | 101000 | 10000011 | 110001 | 101000 |
Color Harmonies of #359948
Complementary color
Monochromatic Colors of #359948
Black with #359948
Text Example
Text Example
White with #359948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359948; }
p { color: rgb(53,153,72); }
H1.HeaderClassName
{
color: #359948;
}
.AnyTagClassName
{
color: #359948;
}
</style>
background-color css
<style>
a { background-color: #359948; }
a { background-color: rgb(53,153,72); }
div.DivClassName
{
background-color: #359948;
}
.BgClassName
{
background-color: #359948;
}
</style>
border-color css
<style>
span { border-color: #359948; }
span { border-color: rgb(53,153,72); }
td.TdClassName
{
border-color: #359948;
}
.TagClassName
{
border-color: #359948;
}
</style>