Shades of Chateau Green #369242
Tints of Chateau Green #369242
RGB
CMYK
RGB Variations
Color information
#369242 (or 0x369242) is known color: Chateau Green. HEX triplet: 36, 92 and 42. RGB value is (54,146,66). Sum of RGB (Red+Green+Blue) = 54+146+66=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #369242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369242 is #C96DBD. Grayscale: #6D6D6D. Windows color (decimal): -13200830 or 4362806. OLE color: 4362806.
HSL color Cylindrical-coordinate representation of color #369242: hue angle of 127.83º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369242 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 146 | 66 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.43 |
| HSL | 127.83º | 0.46% | 0.39% | - |
| HSV(B) | 127.83º | 0.63% | 0.57% | - |
| XYZ | 12.78 | 21.74 | 8.68 | - |
| YUV | 109.37 | 103.52 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 146 | 66 | 0.63 | 0 | 0.55 | 0.43 | 127.83 | 0.46 | 0.39 |
| Hex | 36 | 92 | 42 | 3F | 0 | 37 | 2B | 80 | 2E | 27 |
| Octal | 66 | 222 | 102 | 77 | 0 | 67 | 53 | 200 | 56 | 47 |
| Binary | 110110 | 10010010 | 1000010 | 111111 | 0 | 110111 | 101011 | 10000000 | 101110 | 100111 |
Color Harmonies of #369242
Complementary color
Monochromatic Colors of #369242
Black with #369242
Text Example
Text Example
White with #369242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369242; }
p { color: rgb(54,146,66); }
H1.HeaderClassName
{
color: #369242;
}
.AnyTagClassName
{
color: #369242;
}
</style>
background-color css
<style>
a { background-color: #369242; }
a { background-color: rgb(54,146,66); }
div.DivClassName
{
background-color: #369242;
}
.BgClassName
{
background-color: #369242;
}
</style>
border-color css
<style>
span { border-color: #369242; }
span { border-color: rgb(54,146,66); }
td.TdClassName
{
border-color: #369242;
}
.TagClassName
{
border-color: #369242;
}
</style>