Shades of Chateau Green #36AF4D
Tints of Chateau Green #36AF4D
RGB
CMYK
RGB Variations
Color information
#36AF4D (or 0x36AF4D) is known color: Chateau Green. HEX triplet: 36, AF and 4D. RGB value is (54,175,77). Sum of RGB (Red+Green+Blue) = 54+175+77=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #36AF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36AF4D is #C950B2. Grayscale: #7F7F7F. Windows color (decimal): -13193395 or 5091126. OLE color: 5091126.
HSL color Cylindrical-coordinate representation of color #36AF4D: hue angle of 131.4º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AF4D is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 175 | 77 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.31 |
| HSL | 131.41º | 0.53% | 0.45% | - |
| HSV(B) | 131.41º | 0.69% | 0.69% | - |
| XYZ | 18.19 | 31.98 | 12.24 | - |
| YUV | 127.65 | 99.41 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 175 | 77 | 0.69 | 0 | 0.56 | 0.31 | 131.41 | 0.53 | 0.45 |
| Hex | 36 | AF | 4D | 45 | 0 | 38 | 1F | 83 | 35 | 2D |
| Octal | 66 | 257 | 115 | 105 | 0 | 70 | 37 | 203 | 65 | 55 |
| Binary | 110110 | 10101111 | 1001101 | 1000101 | 0 | 111000 | 11111 | 10000011 | 110101 | 101101 |
Color Harmonies of #36AF4D
Complementary color
Monochromatic Colors of #36AF4D
Black with #36AF4D
Text Example
Text Example
White with #36AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AF4D; }
p { color: rgb(54,175,77); }
H1.HeaderClassName
{
color: #36AF4D;
}
.AnyTagClassName
{
color: #36AF4D;
}
</style>
background-color css
<style>
a { background-color: #36AF4D; }
a { background-color: rgb(54,175,77); }
div.DivClassName
{
background-color: #36AF4D;
}
.BgClassName
{
background-color: #36AF4D;
}
</style>
border-color css
<style>
span { border-color: #36AF4D; }
span { border-color: rgb(54,175,77); }
td.TdClassName
{
border-color: #36AF4D;
}
.TagClassName
{
border-color: #36AF4D;
}
</style>