Shades of Chateau Green #35A044
Tints of Chateau Green #35A044
RGB
CMYK
RGB Variations
Color information
#35A044 (or 0x35A044) is known color: Chateau Green. HEX triplet: 35, A0 and 44. RGB value is (53,160,68). Sum of RGB (Red+Green+Blue) = 53+160+68=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #35A044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A044 is #CA5FBB. Grayscale: #757575. Windows color (decimal): -13262780 or 4497461. OLE color: 4497461.
HSL color Cylindrical-coordinate representation of color #35A044: hue angle of 128.41º 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 #35A044 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 160 | 68 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.37 |
| HSL | 128.41º | 0.5% | 0.42% | - |
| HSV(B) | 128.41º | 0.67% | 0.63% | - |
| XYZ | 15.08 | 26.32 | 9.75 | - |
| YUV | 117.52 | 100.05 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 160 | 68 | 0.67 | 0 | 0.57 | 0.37 | 128.41 | 0.5 | 0.42 |
| Hex | 35 | A0 | 44 | 43 | 0 | 39 | 25 | 80 | 32 | 2A |
| Octal | 65 | 240 | 104 | 103 | 0 | 71 | 45 | 200 | 62 | 52 |
| Binary | 110101 | 10100000 | 1000100 | 1000011 | 0 | 111001 | 100101 | 10000000 | 110010 | 101010 |
Color Harmonies of #35A044
Complementary color
Monochromatic Colors of #35A044
Black with #35A044
Text Example
Text Example
White with #35A044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A044; }
p { color: rgb(53,160,68); }
H1.HeaderClassName
{
color: #35A044;
}
.AnyTagClassName
{
color: #35A044;
}
</style>
background-color css
<style>
a { background-color: #35A044; }
a { background-color: rgb(53,160,68); }
div.DivClassName
{
background-color: #35A044;
}
.BgClassName
{
background-color: #35A044;
}
</style>
border-color css
<style>
span { border-color: #35A044; }
span { border-color: rgb(53,160,68); }
td.TdClassName
{
border-color: #35A044;
}
.TagClassName
{
border-color: #35A044;
}
</style>