Shades of Chateau Green #379352
Tints of Chateau Green #379352
RGB
CMYK
RGB Variations
Color information
#379352 (or 0x379352) is known color: Chateau Green. HEX triplet: 37, 93 and 52. RGB value is (55,147,82). Sum of RGB (Red+Green+Blue) = 55+147+82=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #379352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379352 is #C86CAD. Grayscale: #707070. Windows color (decimal): -13135022 or 5411639. OLE color: 5411639.
HSL color Cylindrical-coordinate representation of color #379352: hue angle of 137.61º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379352 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 147 | 82 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.42 |
| HSL | 137.61º | 0.46% | 0.4% | - |
| HSV(B) | 137.61º | 0.63% | 0.58% | - |
| XYZ | 13.53 | 22.29 | 11.57 | - |
| YUV | 112.08 | 111.02 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 147 | 82 | 0.63 | 0 | 0.44 | 0.42 | 137.61 | 0.46 | 0.4 |
| Hex | 37 | 93 | 52 | 3F | 0 | 2C | 2A | 8A | 2E | 28 |
| Octal | 67 | 223 | 122 | 77 | 0 | 54 | 52 | 212 | 56 | 50 |
| Binary | 110111 | 10010011 | 1010010 | 111111 | 0 | 101100 | 101010 | 10001010 | 101110 | 101000 |
Color Harmonies of #379352
Complementary color
Monochromatic Colors of #379352
Black with #379352
Text Example
Text Example
White with #379352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379352; }
p { color: rgb(55,147,82); }
H1.HeaderClassName
{
color: #379352;
}
.AnyTagClassName
{
color: #379352;
}
</style>
background-color css
<style>
a { background-color: #379352; }
a { background-color: rgb(55,147,82); }
div.DivClassName
{
background-color: #379352;
}
.BgClassName
{
background-color: #379352;
}
</style>
border-color css
<style>
span { border-color: #379352; }
span { border-color: rgb(55,147,82); }
td.TdClassName
{
border-color: #379352;
}
.TagClassName
{
border-color: #379352;
}
</style>