Shades of Chateau Green #369A43
Tints of Chateau Green #369A43
RGB
CMYK
RGB Variations
Color information
#369A43 (or 0x369A43) is known color: Chateau Green. HEX triplet: 36, 9A and 43. RGB value is (54,154,67). Sum of RGB (Red+Green+Blue) = 54+154+67=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 154 (60.55% from 255 or 56% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 154 - color contains mainly: green. Hex color #369A43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A43 is #C965BC. Grayscale: #727272. Windows color (decimal): -13198781 or 4430390. OLE color: 4430390.
HSL color Cylindrical-coordinate representation of color #369A43: hue angle of 127.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A43 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 67 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.40 |
| HSL | 127.8º | 0.48% | 0.41% | - |
| HSV(B) | 127.8º | 0.65% | 0.6% | - |
| XYZ | 14.09 | 24.3 | 9.26 | - |
| YUV | 114.18 | 101.37 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 67 | 0.65 | 0 | 0.56 | 0.40 | 127.8 | 0.48 | 0.41 |
| Hex | 36 | 9A | 43 | 41 | 0 | 38 | 28 | 80 | 30 | 29 |
| Octal | 66 | 232 | 103 | 101 | 0 | 70 | 50 | 200 | 60 | 51 |
| Binary | 110110 | 10011010 | 1000011 | 1000001 | 0 | 111000 | 101000 | 10000000 | 110000 | 101001 |
Color Harmonies of #369A43
Complementary color
Monochromatic Colors of #369A43
Black with #369A43
Text Example
Text Example
White with #369A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A43; }
p { color: rgb(54,154,67); }
H1.HeaderClassName
{
color: #369A43;
}
.AnyTagClassName
{
color: #369A43;
}
</style>
background-color css
<style>
a { background-color: #369A43; }
a { background-color: rgb(54,154,67); }
div.DivClassName
{
background-color: #369A43;
}
.BgClassName
{
background-color: #369A43;
}
</style>
border-color css
<style>
span { border-color: #369A43; }
span { border-color: rgb(54,154,67); }
td.TdClassName
{
border-color: #369A43;
}
.TagClassName
{
border-color: #369A43;
}
</style>