Shades of Chateau Green #35A854
Tints of Chateau Green #35A854
RGB
CMYK
RGB Variations
Color information
#35A854 (or 0x35A854) is known color: Chateau Green. HEX triplet: 35, A8 and 54. RGB value is (53,168,84). Sum of RGB (Red+Green+Blue) = 53+168+84=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #35A854 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A854 is #CA57AB. Grayscale: #7C7C7C. Windows color (decimal): -13260716 or 5548085. OLE color: 5548085.
HSL color Cylindrical-coordinate representation of color #35A854: hue angle of 136.17º 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 #35A854 is Cyan = 0.68, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 168 | 84 | - |
| CMYK | 0.68 | 0 | 0.5 | 0.34 |
| HSL | 136.17º | 0.52% | 0.43% | - |
| HSV(B) | 136.17º | 0.68% | 0.66% | - |
| XYZ | 17.07 | 29.4 | 13.16 | - |
| YUV | 124.04 | 105.4 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 168 | 84 | 0.68 | 0 | 0.5 | 0.34 | 136.17 | 0.52 | 0.43 |
| Hex | 35 | A8 | 54 | 44 | 0 | 32 | 22 | 88 | 34 | 2B |
| Octal | 65 | 250 | 124 | 104 | 0 | 62 | 42 | 210 | 64 | 53 |
| Binary | 110101 | 10101000 | 1010100 | 1000100 | 0 | 110010 | 100010 | 10001000 | 110100 | 101011 |
Color Harmonies of #35A854
Complementary color
Monochromatic Colors of #35A854
Black with #35A854
Text Example
Text Example
White with #35A854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A854; }
p { color: rgb(53,168,84); }
H1.HeaderClassName
{
color: #35A854;
}
.AnyTagClassName
{
color: #35A854;
}
</style>
background-color css
<style>
a { background-color: #35A854; }
a { background-color: rgb(53,168,84); }
div.DivClassName
{
background-color: #35A854;
}
.BgClassName
{
background-color: #35A854;
}
</style>
border-color css
<style>
span { border-color: #35A854; }
span { border-color: rgb(53,168,84); }
td.TdClassName
{
border-color: #35A854;
}
.TagClassName
{
border-color: #35A854;
}
</style>