Shades of Chateau Green #35B551
Tints of Chateau Green #35B551
RGB
CMYK
RGB Variations
Color information
#35B551 (or 0x35B551) is known color: Chateau Green. HEX triplet: 35, B5 and 51. RGB value is (53,181,81). Sum of RGB (Red+Green+Blue) = 53+181+81=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #35B551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B551 is #CA4AAE. Grayscale: #838383. Windows color (decimal): -13257391 or 5354805. OLE color: 5354805.
HSL color Cylindrical-coordinate representation of color #35B551: hue angle of 133.12º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B551 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 181 | 81 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.29 |
| HSL | 133.13º | 0.55% | 0.46% | - |
| HSV(B) | 133.13º | 0.71% | 0.71% | - |
| XYZ | 19.48 | 34.4 | 13.4 | - |
| YUV | 131.33 | 99.59 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 181 | 81 | 0.71 | 0 | 0.55 | 0.29 | 133.13 | 0.55 | 0.46 |
| Hex | 35 | B5 | 51 | 47 | 0 | 37 | 1D | 85 | 37 | 2E |
| Octal | 65 | 265 | 121 | 107 | 0 | 67 | 35 | 205 | 67 | 56 |
| Binary | 110101 | 10110101 | 1010001 | 1000111 | 0 | 110111 | 11101 | 10000101 | 110111 | 101110 |
Color Harmonies of #35B551
Complementary color
Monochromatic Colors of #35B551
Black with #35B551
Text Example
Text Example
White with #35B551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B551; }
p { color: rgb(53,181,81); }
H1.HeaderClassName
{
color: #35B551;
}
.AnyTagClassName
{
color: #35B551;
}
</style>
background-color css
<style>
a { background-color: #35B551; }
a { background-color: rgb(53,181,81); }
div.DivClassName
{
background-color: #35B551;
}
.BgClassName
{
background-color: #35B551;
}
</style>
border-color css
<style>
span { border-color: #35B551; }
span { border-color: rgb(53,181,81); }
td.TdClassName
{
border-color: #35B551;
}
.TagClassName
{
border-color: #35B551;
}
</style>