Shades of Chateau Green #369F46
Tints of Chateau Green #369F46
RGB
CMYK
RGB Variations
Color information
#369F46 (or 0x369F46) is known color: Chateau Green. HEX triplet: 36, 9F and 46. RGB value is (54,159,70). Sum of RGB (Red+Green+Blue) = 54+159+70=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #369F46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369F46 is #C960B9. Grayscale: #757575. Windows color (decimal): -13197498 or 4628278. OLE color: 4628278.
HSL color Cylindrical-coordinate representation of color #369F46: hue angle of 129.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369F46 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 70 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.38 |
| HSL | 129.14º | 0.49% | 0.42% | - |
| HSV(B) | 129.14º | 0.66% | 0.62% | - |
| XYZ | 15.02 | 26.02 | 10.03 | - |
| YUV | 117.46 | 101.21 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 70 | 0.66 | 0 | 0.56 | 0.38 | 129.14 | 0.49 | 0.42 |
| Hex | 36 | 9F | 46 | 42 | 0 | 38 | 26 | 81 | 31 | 2A |
| Octal | 66 | 237 | 106 | 102 | 0 | 70 | 46 | 201 | 61 | 52 |
| Binary | 110110 | 10011111 | 1000110 | 1000010 | 0 | 111000 | 100110 | 10000001 | 110001 | 101010 |
Color Harmonies of #369F46
Complementary color
Monochromatic Colors of #369F46
Black with #369F46
Text Example
Text Example
White with #369F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F46; }
p { color: rgb(54,159,70); }
H1.HeaderClassName
{
color: #369F46;
}
.AnyTagClassName
{
color: #369F46;
}
</style>
background-color css
<style>
a { background-color: #369F46; }
a { background-color: rgb(54,159,70); }
div.DivClassName
{
background-color: #369F46;
}
.BgClassName
{
background-color: #369F46;
}
</style>
border-color css
<style>
span { border-color: #369F46; }
span { border-color: rgb(54,159,70); }
td.TdClassName
{
border-color: #369F46;
}
.TagClassName
{
border-color: #369F46;
}
</style>