Shades of Chateau Green #36A54B
Tints of Chateau Green #36A54B
RGB
CMYK
RGB Variations
Color information
#36A54B (or 0x36A54B) is known color: Chateau Green. HEX triplet: 36, A5 and 4B. RGB value is (54,165,75). Sum of RGB (Red+Green+Blue) = 54+165+75=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #36A54B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A54B is #C95AB4. Grayscale: #797979. Windows color (decimal): -13195957 or 4957494. OLE color: 4957494.
HSL color Cylindrical-coordinate representation of color #36A54B: hue angle of 131.35º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A54B is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 165 | 75 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.35 |
| HSL | 131.35º | 0.51% | 0.43% | - |
| HSV(B) | 131.35º | 0.67% | 0.65% | - |
| XYZ | 16.25 | 28.2 | 11.24 | - |
| YUV | 121.55 | 101.73 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 165 | 75 | 0.67 | 0 | 0.55 | 0.35 | 131.35 | 0.51 | 0.43 |
| Hex | 36 | A5 | 4B | 43 | 0 | 37 | 23 | 83 | 33 | 2B |
| Octal | 66 | 245 | 113 | 103 | 0 | 67 | 43 | 203 | 63 | 53 |
| Binary | 110110 | 10100101 | 1001011 | 1000011 | 0 | 110111 | 100011 | 10000011 | 110011 | 101011 |
Color Harmonies of #36A54B
Complementary color
Monochromatic Colors of #36A54B
Black with #36A54B
Text Example
Text Example
White with #36A54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A54B; }
p { color: rgb(54,165,75); }
H1.HeaderClassName
{
color: #36A54B;
}
.AnyTagClassName
{
color: #36A54B;
}
</style>
background-color css
<style>
a { background-color: #36A54B; }
a { background-color: rgb(54,165,75); }
div.DivClassName
{
background-color: #36A54B;
}
.BgClassName
{
background-color: #36A54B;
}
</style>
border-color css
<style>
span { border-color: #36A54B; }
span { border-color: rgb(54,165,75); }
td.TdClassName
{
border-color: #36A54B;
}
.TagClassName
{
border-color: #36A54B;
}
</style>