Shades of Chateau Green #35B454
Tints of Chateau Green #35B454
RGB
CMYK
RGB Variations
Color information
#35B454 (or 0x35B454) is known color: Chateau Green. HEX triplet: 35, B4 and 54. RGB value is (53,180,84). Sum of RGB (Red+Green+Blue) = 53+180+84=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 180 (70.70% from 255 or 56.78% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 180 - color contains mainly: green. Hex color #35B454 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B454 is #CA4BAB. Grayscale: #838383. Windows color (decimal): -13257644 or 5551157. OLE color: 5551157.
HSL color Cylindrical-coordinate representation of color #35B454: hue angle of 134.65º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B454 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 180 | 84 | - |
| CMYK | 0.71 | 0 | 0.53 | 0.29 |
| HSL | 134.65º | 0.55% | 0.46% | - |
| HSV(B) | 134.65º | 0.71% | 0.71% | - |
| XYZ | 19.39 | 34.04 | 13.94 | - |
| YUV | 131.08 | 101.42 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 180 | 84 | 0.71 | 0 | 0.53 | 0.29 | 134.65 | 0.55 | 0.46 |
| Hex | 35 | B4 | 54 | 47 | 0 | 35 | 1D | 87 | 37 | 2E |
| Octal | 65 | 264 | 124 | 107 | 0 | 65 | 35 | 207 | 67 | 56 |
| Binary | 110101 | 10110100 | 1010100 | 1000111 | 0 | 110101 | 11101 | 10000111 | 110111 | 101110 |
Color Harmonies of #35B454
Complementary color
Monochromatic Colors of #35B454
Black with #35B454
Text Example
Text Example
White with #35B454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B454; }
p { color: rgb(53,180,84); }
H1.HeaderClassName
{
color: #35B454;
}
.AnyTagClassName
{
color: #35B454;
}
</style>
background-color css
<style>
a { background-color: #35B454; }
a { background-color: rgb(53,180,84); }
div.DivClassName
{
background-color: #35B454;
}
.BgClassName
{
background-color: #35B454;
}
</style>
border-color css
<style>
span { border-color: #35B454; }
span { border-color: rgb(53,180,84); }
td.TdClassName
{
border-color: #35B454;
}
.TagClassName
{
border-color: #35B454;
}
</style>