Shades of Chateau Green #35B055
Tints of Chateau Green #35B055
RGB
CMYK
RGB Variations
Color information
#35B055 (or 0x35B055) is known color: Chateau Green. HEX triplet: 35, B0 and 55. RGB value is (53,176,85). Sum of RGB (Red+Green+Blue) = 53+176+85=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 176 (69.14% from 255 or 56.05% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 176 - color contains mainly: green. Hex color #35B055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35B055 is #CA4FAA. Grayscale: #818181. Windows color (decimal): -13258667 or 5615669. OLE color: 5615669.
HSL color Cylindrical-coordinate representation of color #35B055: hue angle of 135.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B055 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 176 | 85 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.31 |
| HSL | 135.61º | 0.54% | 0.45% | - |
| HSV(B) | 135.61º | 0.7% | 0.69% | - |
| XYZ | 18.63 | 32.46 | 13.88 | - |
| YUV | 128.85 | 103.25 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 176 | 85 | 0.70 | 0 | 0.52 | 0.31 | 135.61 | 0.54 | 0.45 |
| Hex | 35 | B0 | 55 | 46 | 0 | 34 | 1F | 88 | 36 | 2D |
| Octal | 65 | 260 | 125 | 106 | 0 | 64 | 37 | 210 | 66 | 55 |
| Binary | 110101 | 10110000 | 1010101 | 1000110 | 0 | 110100 | 11111 | 10001000 | 110110 | 101101 |
Color Harmonies of #35B055
Complementary color
Monochromatic Colors of #35B055
Black with #35B055
Text Example
Text Example
White with #35B055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B055; }
p { color: rgb(53,176,85); }
H1.HeaderClassName
{
color: #35B055;
}
.AnyTagClassName
{
color: #35B055;
}
</style>
background-color css
<style>
a { background-color: #35B055; }
a { background-color: rgb(53,176,85); }
div.DivClassName
{
background-color: #35B055;
}
.BgClassName
{
background-color: #35B055;
}
</style>
border-color css
<style>
span { border-color: #35B055; }
span { border-color: rgb(53,176,85); }
td.TdClassName
{
border-color: #35B055;
}
.TagClassName
{
border-color: #35B055;
}
</style>