Shades of Chateau Green #35AD4D
Tints of Chateau Green #35AD4D
RGB
CMYK
RGB Variations
Color information
#35AD4D (or 0x35AD4D) is known color: Chateau Green. HEX triplet: 35, AD and 4D. RGB value is (53,173,77). Sum of RGB (Red+Green+Blue) = 53+173+77=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AD4D is #CA52B2. Grayscale: #7E7E7E. Windows color (decimal): -13259443 or 5090613. OLE color: 5090613.
HSL color Cylindrical-coordinate representation of color #35AD4D: hue angle of 132º 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 #35AD4D is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 173 | 77 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.32 |
| HSL | 132º | 0.53% | 0.44% | - |
| HSV(B) | 132º | 0.69% | 0.68% | - |
| XYZ | 17.75 | 31.18 | 12.1 | - |
| YUV | 126.18 | 100.24 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 77 | 0.69 | 0 | 0.55 | 0.32 | 132 | 0.53 | 0.44 |
| Hex | 35 | AD | 4D | 45 | 0 | 37 | 20 | 84 | 35 | 2C |
| Octal | 65 | 255 | 115 | 105 | 0 | 67 | 40 | 204 | 65 | 54 |
| Binary | 110101 | 10101101 | 1001101 | 1000101 | 0 | 110111 | 100000 | 10000100 | 110101 | 101100 |
Color Harmonies of #35AD4D
Complementary color
Monochromatic Colors of #35AD4D
Black with #35AD4D
Text Example
Text Example
White with #35AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AD4D; }
p { color: rgb(53,173,77); }
H1.HeaderClassName
{
color: #35AD4D;
}
.AnyTagClassName
{
color: #35AD4D;
}
</style>
background-color css
<style>
a { background-color: #35AD4D; }
a { background-color: rgb(53,173,77); }
div.DivClassName
{
background-color: #35AD4D;
}
.BgClassName
{
background-color: #35AD4D;
}
</style>
border-color css
<style>
span { border-color: #35AD4D; }
span { border-color: rgb(53,173,77); }
td.TdClassName
{
border-color: #35AD4D;
}
.TagClassName
{
border-color: #35AD4D;
}
</style>