Shades of Chateau Green #369D53
Tints of Chateau Green #369D53
RGB
CMYK
RGB Variations
Color information
#369D53 (or 0x369D53) is known color: Chateau Green. HEX triplet: 36, 9D and 53. RGB value is (54,157,83). Sum of RGB (Red+Green+Blue) = 54+157+83=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #369D53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D53 is #C962AC. Grayscale: #757575. Windows color (decimal): -13197997 or 5479734. OLE color: 5479734.
HSL color Cylindrical-coordinate representation of color #369D53: hue angle of 136.89º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D53 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 83 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.38 |
| HSL | 136.89º | 0.49% | 0.41% | - |
| HSV(B) | 136.89º | 0.66% | 0.62% | - |
| XYZ | 15.14 | 25.52 | 12.31 | - |
| YUV | 117.77 | 108.38 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 83 | 0.66 | 0 | 0.47 | 0.38 | 136.89 | 0.49 | 0.41 |
| Hex | 36 | 9D | 53 | 42 | 0 | 2F | 26 | 89 | 31 | 29 |
| Octal | 66 | 235 | 123 | 102 | 0 | 57 | 46 | 211 | 61 | 51 |
| Binary | 110110 | 10011101 | 1010011 | 1000010 | 0 | 101111 | 100110 | 10001001 | 110001 | 101001 |
Color Harmonies of #369D53
Complementary color
Monochromatic Colors of #369D53
Black with #369D53
Text Example
Text Example
White with #369D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D53; }
p { color: rgb(54,157,83); }
H1.HeaderClassName
{
color: #369D53;
}
.AnyTagClassName
{
color: #369D53;
}
</style>
background-color css
<style>
a { background-color: #369D53; }
a { background-color: rgb(54,157,83); }
div.DivClassName
{
background-color: #369D53;
}
.BgClassName
{
background-color: #369D53;
}
</style>
border-color css
<style>
span { border-color: #369D53; }
span { border-color: rgb(54,157,83); }
td.TdClassName
{
border-color: #369D53;
}
.TagClassName
{
border-color: #369D53;
}
</style>