Shades of Chateau Green #35AD4E
Tints of Chateau Green #35AD4E
RGB
CMYK
RGB Variations
Color information
#35AD4E (or 0x35AD4E) is known color: Chateau Green. HEX triplet: 35, AD and 4E. RGB value is (53,173,78). Sum of RGB (Red+Green+Blue) = 53+173+78=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AD4E is #CA52B1. Grayscale: #7E7E7E. Windows color (decimal): -13259442 or 5156149. OLE color: 5156149.
HSL color Cylindrical-coordinate representation of color #35AD4E: hue angle of 132.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AD4E is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 173 | 78 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.32 |
| HSL | 132.5º | 0.53% | 0.44% | - |
| HSV(B) | 132.5º | 0.69% | 0.68% | - |
| XYZ | 17.79 | 31.19 | 12.29 | - |
| YUV | 126.29 | 100.74 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 78 | 0.69 | 0 | 0.55 | 0.32 | 132.5 | 0.53 | 0.44 |
| Hex | 35 | AD | 4E | 45 | 0 | 37 | 20 | 84 | 35 | 2C |
| Octal | 65 | 255 | 116 | 105 | 0 | 67 | 40 | 204 | 65 | 54 |
| Binary | 110101 | 10101101 | 1001110 | 1000101 | 0 | 110111 | 100000 | 10000100 | 110101 | 101100 |
Color Harmonies of #35AD4E
Complementary color
Monochromatic Colors of #35AD4E
Black with #35AD4E
Text Example
Text Example
White with #35AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AD4E; }
p { color: rgb(53,173,78); }
H1.HeaderClassName
{
color: #35AD4E;
}
.AnyTagClassName
{
color: #35AD4E;
}
</style>
background-color css
<style>
a { background-color: #35AD4E; }
a { background-color: rgb(53,173,78); }
div.DivClassName
{
background-color: #35AD4E;
}
.BgClassName
{
background-color: #35AD4E;
}
</style>
border-color css
<style>
span { border-color: #35AD4E; }
span { border-color: rgb(53,173,78); }
td.TdClassName
{
border-color: #35AD4E;
}
.TagClassName
{
border-color: #35AD4E;
}
</style>