Shades of Chateau Green #35A847
Tints of Chateau Green #35A847
RGB
CMYK
RGB Variations
Color information
#35A847 (or 0x35A847) is known color: Chateau Green. HEX triplet: 35, A8 and 47. RGB value is (53,168,71). Sum of RGB (Red+Green+Blue) = 53+168+71=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 168 (66.02% from 255 or 57.53% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 168 - color contains mainly: green. Hex color #35A847 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A847 is #CA57B8. Grayscale: #7A7A7A. Windows color (decimal): -13260729 or 4696117. OLE color: 4696117.
HSL color Cylindrical-coordinate representation of color #35A847: hue angle of 129.39º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A847 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 168 | 71 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.34 |
| HSL | 129.39º | 0.52% | 0.43% | - |
| HSV(B) | 129.39º | 0.68% | 0.66% | - |
| XYZ | 16.61 | 29.22 | 10.73 | - |
| YUV | 122.56 | 98.9 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 168 | 71 | 0.68 | 0 | 0.58 | 0.34 | 129.39 | 0.52 | 0.43 |
| Hex | 35 | A8 | 47 | 44 | 0 | 3A | 22 | 81 | 34 | 2B |
| Octal | 65 | 250 | 107 | 104 | 0 | 72 | 42 | 201 | 64 | 53 |
| Binary | 110101 | 10101000 | 1000111 | 1000100 | 0 | 111010 | 100010 | 10000001 | 110100 | 101011 |
Color Harmonies of #35A847
Complementary color
Monochromatic Colors of #35A847
Black with #35A847
Text Example
Text Example
White with #35A847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A847; }
p { color: rgb(53,168,71); }
H1.HeaderClassName
{
color: #35A847;
}
.AnyTagClassName
{
color: #35A847;
}
</style>
background-color css
<style>
a { background-color: #35A847; }
a { background-color: rgb(53,168,71); }
div.DivClassName
{
background-color: #35A847;
}
.BgClassName
{
background-color: #35A847;
}
</style>
border-color css
<style>
span { border-color: #35A847; }
span { border-color: rgb(53,168,71); }
td.TdClassName
{
border-color: #35A847;
}
.TagClassName
{
border-color: #35A847;
}
</style>