Shades of Chateau Green #35B94D
Tints of Chateau Green #35B94D
RGB
CMYK
RGB Variations
Color information
#35B94D (or 0x35B94D) is known color: Chateau Green. HEX triplet: 35, B9 and 4D. RGB value is (53,185,77). Sum of RGB (Red+Green+Blue) = 53+185+77=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 185 (72.66% from 255 or 58.73% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 185 - color contains mainly: green. Hex color #35B94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B94D is #CA46B2. Grayscale: #858585. Windows color (decimal): -13256371 or 5093685. OLE color: 5093685.
HSL color Cylindrical-coordinate representation of color #35B94D: hue angle of 130.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B94D is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 185 | 77 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.27 |
| HSL | 130.91º | 0.55% | 0.47% | - |
| HSV(B) | 130.91º | 0.71% | 0.73% | - |
| XYZ | 20.16 | 35.99 | 12.91 | - |
| YUV | 133.22 | 96.27 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 185 | 77 | 0.71 | 0 | 0.58 | 0.27 | 130.91 | 0.55 | 0.47 |
| Hex | 35 | B9 | 4D | 47 | 0 | 3A | 1B | 83 | 37 | 2F |
| Octal | 65 | 271 | 115 | 107 | 0 | 72 | 33 | 203 | 67 | 57 |
| Binary | 110101 | 10111001 | 1001101 | 1000111 | 0 | 111010 | 11011 | 10000011 | 110111 | 101111 |
Color Harmonies of #35B94D
Complementary color
Monochromatic Colors of #35B94D
Black with #35B94D
Text Example
Text Example
White with #35B94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B94D; }
p { color: rgb(53,185,77); }
H1.HeaderClassName
{
color: #35B94D;
}
.AnyTagClassName
{
color: #35B94D;
}
</style>
background-color css
<style>
a { background-color: #35B94D; }
a { background-color: rgb(53,185,77); }
div.DivClassName
{
background-color: #35B94D;
}
.BgClassName
{
background-color: #35B94D;
}
</style>
border-color css
<style>
span { border-color: #35B94D; }
span { border-color: rgb(53,185,77); }
td.TdClassName
{
border-color: #35B94D;
}
.TagClassName
{
border-color: #35B94D;
}
</style>