Shades of Chateau Green #359955
Tints of Chateau Green #359955
RGB
CMYK
RGB Variations
Color information
#359955 (or 0x359955) is known color: Chateau Green. HEX triplet: 35, 99 and 55. RGB value is (53,153,85). Sum of RGB (Red+Green+Blue) = 53+153+85=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #359955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359955 is #CA66AA. Grayscale: #737373. Windows color (decimal): -13264555 or 5609781. OLE color: 5609781.
HSL color Cylindrical-coordinate representation of color #359955: hue angle of 139.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359955 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 153 | 85 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.4 |
| HSL | 139.2º | 0.49% | 0.4% | - |
| HSV(B) | 139.2º | 0.65% | 0.6% | - |
| XYZ | 14.5 | 24.2 | 12.5 | - |
| YUV | 115.35 | 110.87 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 85 | 0.65 | 0 | 0.44 | 0.4 | 139.2 | 0.49 | 0.4 |
| Hex | 35 | 99 | 55 | 41 | 0 | 2C | 28 | 8B | 31 | 28 |
| Octal | 65 | 231 | 125 | 101 | 0 | 54 | 50 | 213 | 61 | 50 |
| Binary | 110101 | 10011001 | 1010101 | 1000001 | 0 | 101100 | 101000 | 10001011 | 110001 | 101000 |
Color Harmonies of #359955
Complementary color
Monochromatic Colors of #359955
Black with #359955
Text Example
Text Example
White with #359955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359955; }
p { color: rgb(53,153,85); }
H1.HeaderClassName
{
color: #359955;
}
.AnyTagClassName
{
color: #359955;
}
</style>
background-color css
<style>
a { background-color: #359955; }
a { background-color: rgb(53,153,85); }
div.DivClassName
{
background-color: #359955;
}
.BgClassName
{
background-color: #359955;
}
</style>
border-color css
<style>
span { border-color: #359955; }
span { border-color: rgb(53,153,85); }
td.TdClassName
{
border-color: #359955;
}
.TagClassName
{
border-color: #359955;
}
</style>