Shades of Chateau Green #35A85B
Tints of Chateau Green #35A85B
RGB
CMYK
RGB Variations
Color information
#35A85B (or 0x35A85B) is known color: Chateau Green. HEX triplet: 35, A8 and 5B. RGB value is (53,168,91). Sum of RGB (Red+Green+Blue) = 53+168+91=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 168 (66.02% from 255 or 53.85% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 168 - color contains mainly: green. Hex color #35A85B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A85B is #CA57A4. Grayscale: #7D7D7D. Windows color (decimal): -13260709 or 6006837. OLE color: 6006837.
HSL color Cylindrical-coordinate representation of color #35A85B: hue angle of 139.83º 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 #35A85B is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 168 | 91 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.34 |
| HSL | 139.83º | 0.52% | 0.43% | - |
| HSV(B) | 139.83º | 0.68% | 0.66% | - |
| XYZ | 17.36 | 29.52 | 14.68 | - |
| YUV | 124.84 | 108.9 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 168 | 91 | 0.68 | 0 | 0.46 | 0.34 | 139.83 | 0.52 | 0.43 |
| Hex | 35 | A8 | 5B | 44 | 0 | 2E | 22 | 8C | 34 | 2B |
| Octal | 65 | 250 | 133 | 104 | 0 | 56 | 42 | 214 | 64 | 53 |
| Binary | 110101 | 10101000 | 1011011 | 1000100 | 0 | 101110 | 100010 | 10001100 | 110100 | 101011 |
Color Harmonies of #35A85B
Complementary color
Monochromatic Colors of #35A85B
Black with #35A85B
Text Example
Text Example
White with #35A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A85B; }
p { color: rgb(53,168,91); }
H1.HeaderClassName
{
color: #35A85B;
}
.AnyTagClassName
{
color: #35A85B;
}
</style>
background-color css
<style>
a { background-color: #35A85B; }
a { background-color: rgb(53,168,91); }
div.DivClassName
{
background-color: #35A85B;
}
.BgClassName
{
background-color: #35A85B;
}
</style>
border-color css
<style>
span { border-color: #35A85B; }
span { border-color: rgb(53,168,91); }
td.TdClassName
{
border-color: #35A85B;
}
.TagClassName
{
border-color: #35A85B;
}
</style>