Shades of Chateau Green #379045
Tints of Chateau Green #379045
RGB
CMYK
RGB Variations
Color information
#379045 (or 0x379045) is known color: Chateau Green. HEX triplet: 37, 90 and 45. RGB value is (55,144,69). Sum of RGB (Red+Green+Blue) = 55+144+69=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #379045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379045 is #C86FBA. Grayscale: #6D6D6D. Windows color (decimal): -13135803 or 4558903. OLE color: 4558903.
HSL color Cylindrical-coordinate representation of color #379045: hue angle of 129.44º 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 #379045 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 144 | 69 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.44 |
| HSL | 129.44º | 0.45% | 0.39% | - |
| HSV(B) | 129.44º | 0.62% | 0.56% | - |
| XYZ | 12.62 | 21.19 | 9.05 | - |
| YUV | 108.84 | 105.51 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 144 | 69 | 0.62 | 0 | 0.52 | 0.44 | 129.44 | 0.45 | 0.39 |
| Hex | 37 | 90 | 45 | 3E | 0 | 34 | 2C | 81 | 2D | 27 |
| Octal | 67 | 220 | 105 | 76 | 0 | 64 | 54 | 201 | 55 | 47 |
| Binary | 110111 | 10010000 | 1000101 | 111110 | 0 | 110100 | 101100 | 10000001 | 101101 | 100111 |
Color Harmonies of #379045
Complementary color
Monochromatic Colors of #379045
Black with #379045
Text Example
Text Example
White with #379045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379045; }
p { color: rgb(55,144,69); }
H1.HeaderClassName
{
color: #379045;
}
.AnyTagClassName
{
color: #379045;
}
</style>
background-color css
<style>
a { background-color: #379045; }
a { background-color: rgb(55,144,69); }
div.DivClassName
{
background-color: #379045;
}
.BgClassName
{
background-color: #379045;
}
</style>
border-color css
<style>
span { border-color: #379045; }
span { border-color: rgb(55,144,69); }
td.TdClassName
{
border-color: #379045;
}
.TagClassName
{
border-color: #379045;
}
</style>