Shades of Chateau Green #369D45
Tints of Chateau Green #369D45
RGB
CMYK
RGB Variations
Color information
#369D45 (or 0x369D45) is known color: Chateau Green. HEX triplet: 36, 9D and 45. RGB value is (54,157,69). Sum of RGB (Red+Green+Blue) = 54+157+69=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 157 (61.72% from 255 or 56.07% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 157 - color contains mainly: green. Hex color #369D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369D45 is #C962BA. Grayscale: #747474. Windows color (decimal): -13198011 or 4562230. OLE color: 4562230.
HSL color Cylindrical-coordinate representation of color #369D45: hue angle of 128.74º 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 #369D45 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 69 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.38 |
| HSL | 128.74º | 0.49% | 0.41% | - |
| HSV(B) | 128.74º | 0.66% | 0.62% | - |
| XYZ | 14.65 | 25.33 | 9.75 | - |
| YUV | 116.17 | 101.38 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 69 | 0.66 | 0 | 0.56 | 0.38 | 128.74 | 0.49 | 0.41 |
| Hex | 36 | 9D | 45 | 42 | 0 | 38 | 26 | 81 | 31 | 29 |
| Octal | 66 | 235 | 105 | 102 | 0 | 70 | 46 | 201 | 61 | 51 |
| Binary | 110110 | 10011101 | 1000101 | 1000010 | 0 | 111000 | 100110 | 10000001 | 110001 | 101001 |
Color Harmonies of #369D45
Complementary color
Monochromatic Colors of #369D45
Black with #369D45
Text Example
Text Example
White with #369D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D45; }
p { color: rgb(54,157,69); }
H1.HeaderClassName
{
color: #369D45;
}
.AnyTagClassName
{
color: #369D45;
}
</style>
background-color css
<style>
a { background-color: #369D45; }
a { background-color: rgb(54,157,69); }
div.DivClassName
{
background-color: #369D45;
}
.BgClassName
{
background-color: #369D45;
}
</style>
border-color css
<style>
span { border-color: #369D45; }
span { border-color: rgb(54,157,69); }
td.TdClassName
{
border-color: #369D45;
}
.TagClassName
{
border-color: #369D45;
}
</style>