Shades of Chateau Green #35A144
Tints of Chateau Green #35A144
RGB
CMYK
RGB Variations
Color information
#35A144 (or 0x35A144) is known color: Chateau Green. HEX triplet: 35, A1 and 44. RGB value is (53,161,68). Sum of RGB (Red+Green+Blue) = 53+161+68=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #35A144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A144 is #CA5EBB. Grayscale: #767676. Windows color (decimal): -13262524 or 4497717. OLE color: 4497717.
HSL color Cylindrical-coordinate representation of color #35A144: hue angle of 128.33º 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 #35A144 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 161 | 68 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.37 |
| HSL | 128.33º | 0.5% | 0.42% | - |
| HSV(B) | 128.33º | 0.67% | 0.63% | - |
| XYZ | 15.26 | 26.66 | 9.81 | - |
| YUV | 118.11 | 99.72 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 161 | 68 | 0.67 | 0 | 0.58 | 0.37 | 128.33 | 0.5 | 0.42 |
| Hex | 35 | A1 | 44 | 43 | 0 | 3A | 25 | 80 | 32 | 2A |
| Octal | 65 | 241 | 104 | 103 | 0 | 72 | 45 | 200 | 62 | 52 |
| Binary | 110101 | 10100001 | 1000100 | 1000011 | 0 | 111010 | 100101 | 10000000 | 110010 | 101010 |
Color Harmonies of #35A144
Complementary color
Monochromatic Colors of #35A144
Black with #35A144
Text Example
Text Example
White with #35A144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A144; }
p { color: rgb(53,161,68); }
H1.HeaderClassName
{
color: #35A144;
}
.AnyTagClassName
{
color: #35A144;
}
</style>
background-color css
<style>
a { background-color: #35A144; }
a { background-color: rgb(53,161,68); }
div.DivClassName
{
background-color: #35A144;
}
.BgClassName
{
background-color: #35A144;
}
</style>
border-color css
<style>
span { border-color: #35A144; }
span { border-color: rgb(53,161,68); }
td.TdClassName
{
border-color: #35A144;
}
.TagClassName
{
border-color: #35A144;
}
</style>