Shades of Chateau Green #35934D
Tints of Chateau Green #35934D
RGB
CMYK
RGB Variations
Color information
#35934D (or 0x35934D) is known color: Chateau Green. HEX triplet: 35, 93 and 4D. RGB value is (53,147,77). Sum of RGB (Red+Green+Blue) = 53+147+77=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #35934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35934D is #CA6CB2. Grayscale: #6F6F6F. Windows color (decimal): -13266099 or 5083957. OLE color: 5083957.
HSL color Cylindrical-coordinate representation of color #35934D: hue angle of 135.32º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35934D is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 147 | 77 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.42 |
| HSL | 135.32º | 0.47% | 0.39% | - |
| HSV(B) | 135.32º | 0.64% | 0.58% | - |
| XYZ | 13.24 | 22.16 | 10.6 | - |
| YUV | 110.91 | 108.86 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 147 | 77 | 0.64 | 0 | 0.48 | 0.42 | 135.32 | 0.47 | 0.39 |
| Hex | 35 | 93 | 4D | 40 | 0 | 30 | 2A | 87 | 2F | 27 |
| Octal | 65 | 223 | 115 | 100 | 0 | 60 | 52 | 207 | 57 | 47 |
| Binary | 110101 | 10010011 | 1001101 | 1000000 | 0 | 110000 | 101010 | 10000111 | 101111 | 100111 |
Color Harmonies of #35934D
Complementary color
Monochromatic Colors of #35934D
Black with #35934D
Text Example
Text Example
White with #35934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35934D; }
p { color: rgb(53,147,77); }
H1.HeaderClassName
{
color: #35934D;
}
.AnyTagClassName
{
color: #35934D;
}
</style>
background-color css
<style>
a { background-color: #35934D; }
a { background-color: rgb(53,147,77); }
div.DivClassName
{
background-color: #35934D;
}
.BgClassName
{
background-color: #35934D;
}
</style>
border-color css
<style>
span { border-color: #35934D; }
span { border-color: rgb(53,147,77); }
td.TdClassName
{
border-color: #35934D;
}
.TagClassName
{
border-color: #35934D;
}
</style>