Shades of Chateau Green #35A24B
Tints of Chateau Green #35A24B
RGB
CMYK
RGB Variations
Color information
#35A24B (or 0x35A24B) is known color: Chateau Green. HEX triplet: 35, A2 and 4B. RGB value is (53,162,75). Sum of RGB (Red+Green+Blue) = 53+162+75=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #35A24B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A24B is #CA5DB4. Grayscale: #777777. Windows color (decimal): -13262261 or 4956725. OLE color: 4956725.
HSL color Cylindrical-coordinate representation of color #35A24B: hue angle of 132.11º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A24B is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 162 | 75 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.36 |
| HSL | 132.11º | 0.51% | 0.42% | - |
| HSV(B) | 132.11º | 0.67% | 0.64% | - |
| XYZ | 15.66 | 27.11 | 11.06 | - |
| YUV | 119.49 | 102.89 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 162 | 75 | 0.67 | 0 | 0.54 | 0.36 | 132.11 | 0.51 | 0.42 |
| Hex | 35 | A2 | 4B | 43 | 0 | 36 | 24 | 84 | 33 | 2A |
| Octal | 65 | 242 | 113 | 103 | 0 | 66 | 44 | 204 | 63 | 52 |
| Binary | 110101 | 10100010 | 1001011 | 1000011 | 0 | 110110 | 100100 | 10000100 | 110011 | 101010 |
Color Harmonies of #35A24B
Complementary color
Monochromatic Colors of #35A24B
Black with #35A24B
Text Example
Text Example
White with #35A24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A24B; }
p { color: rgb(53,162,75); }
H1.HeaderClassName
{
color: #35A24B;
}
.AnyTagClassName
{
color: #35A24B;
}
</style>
background-color css
<style>
a { background-color: #35A24B; }
a { background-color: rgb(53,162,75); }
div.DivClassName
{
background-color: #35A24B;
}
.BgClassName
{
background-color: #35A24B;
}
</style>
border-color css
<style>
span { border-color: #35A24B; }
span { border-color: rgb(53,162,75); }
td.TdClassName
{
border-color: #35A24B;
}
.TagClassName
{
border-color: #35A24B;
}
</style>