Shades of Chateau Green #369043
Tints of Chateau Green #369043
RGB
CMYK
RGB Variations
Color information
#369043 (or 0x369043) is known color: Chateau Green. HEX triplet: 36, 90 and 43. RGB value is (54,144,67). Sum of RGB (Red+Green+Blue) = 54+144+67=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #369043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369043 is #C96FBC. Grayscale: #6C6C6C. Windows color (decimal): -13201341 or 4427830. OLE color: 4427830.
HSL color Cylindrical-coordinate representation of color #369043: hue angle of 128.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #369043 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 144 | 67 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.44 |
| HSL | 128.67º | 0.45% | 0.39% | - |
| HSV(B) | 128.67º | 0.63% | 0.56% | - |
| XYZ | 12.51 | 21.14 | 8.73 | - |
| YUV | 108.31 | 104.68 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 67 | 0.63 | 0 | 0.53 | 0.44 | 128.67 | 0.45 | 0.39 |
| Hex | 36 | 90 | 43 | 3F | 0 | 35 | 2C | 81 | 2D | 27 |
| Octal | 66 | 220 | 103 | 77 | 0 | 65 | 54 | 201 | 55 | 47 |
| Binary | 110110 | 10010000 | 1000011 | 111111 | 0 | 110101 | 101100 | 10000001 | 101101 | 100111 |
Color Harmonies of #369043
Complementary color
Monochromatic Colors of #369043
Black with #369043
Text Example
Text Example
White with #369043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369043; }
p { color: rgb(54,144,67); }
H1.HeaderClassName
{
color: #369043;
}
.AnyTagClassName
{
color: #369043;
}
</style>
background-color css
<style>
a { background-color: #369043; }
a { background-color: rgb(54,144,67); }
div.DivClassName
{
background-color: #369043;
}
.BgClassName
{
background-color: #369043;
}
</style>
border-color css
<style>
span { border-color: #369043; }
span { border-color: rgb(54,144,67); }
td.TdClassName
{
border-color: #369043;
}
.TagClassName
{
border-color: #369043;
}
</style>