Shades of Chateau Green #35A051
Tints of Chateau Green #35A051
RGB
CMYK
RGB Variations
Color information
#35A051 (or 0x35A051) is known color: Chateau Green. HEX triplet: 35, A0 and 51. RGB value is (53,160,81). Sum of RGB (Red+Green+Blue) = 53+160+81=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #35A051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A051 is #CA5FAE. Grayscale: #777777. Windows color (decimal): -13262767 or 5349429. OLE color: 5349429.
HSL color Cylindrical-coordinate representation of color #35A051: hue angle of 135.7º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A051 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 160 | 81 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.37 |
| HSL | 135.7º | 0.5% | 0.42% | - |
| HSV(B) | 135.7º | 0.67% | 0.63% | - |
| XYZ | 15.52 | 26.49 | 12.08 | - |
| YUV | 119 | 106.55 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 160 | 81 | 0.67 | 0 | 0.49 | 0.37 | 135.7 | 0.5 | 0.42 |
| Hex | 35 | A0 | 51 | 43 | 0 | 31 | 25 | 88 | 32 | 2A |
| Octal | 65 | 240 | 121 | 103 | 0 | 61 | 45 | 210 | 62 | 52 |
| Binary | 110101 | 10100000 | 1010001 | 1000011 | 0 | 110001 | 100101 | 10001000 | 110010 | 101010 |
Color Harmonies of #35A051
Complementary color
Monochromatic Colors of #35A051
Black with #35A051
Text Example
Text Example
White with #35A051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A051; }
p { color: rgb(53,160,81); }
H1.HeaderClassName
{
color: #35A051;
}
.AnyTagClassName
{
color: #35A051;
}
</style>
background-color css
<style>
a { background-color: #35A051; }
a { background-color: rgb(53,160,81); }
div.DivClassName
{
background-color: #35A051;
}
.BgClassName
{
background-color: #35A051;
}
</style>
border-color css
<style>
span { border-color: #35A051; }
span { border-color: rgb(53,160,81); }
td.TdClassName
{
border-color: #35A051;
}
.TagClassName
{
border-color: #35A051;
}
</style>