Shades of Chateau Green #319543
Tints of Chateau Green #319543
RGB
CMYK
RGB Variations
Color information
#319543 (or 0x319543) is known color: Chateau Green. HEX triplet: 31, 95 and 43. RGB value is (49,149,67). Sum of RGB (Red+Green+Blue) = 49+149+67=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #319543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319543 is #CE6ABC. Grayscale: #6D6D6D. Windows color (decimal): -13527741 or 4429105. OLE color: 4429105.
HSL color Cylindrical-coordinate representation of color #319543: hue angle of 130.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319543 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 149 | 67 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.42 |
| HSL | 130.8º | 0.51% | 0.39% | - |
| HSV(B) | 130.8º | 0.67% | 0.58% | - |
| XYZ | 13.03 | 22.55 | 8.98 | - |
| YUV | 109.75 | 103.87 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 67 | 0.67 | 0 | 0.55 | 0.42 | 130.8 | 0.51 | 0.39 |
| Hex | 31 | 95 | 43 | 43 | 0 | 37 | 2A | 83 | 33 | 27 |
| Octal | 61 | 225 | 103 | 103 | 0 | 67 | 52 | 203 | 63 | 47 |
| Binary | 110001 | 10010101 | 1000011 | 1000011 | 0 | 110111 | 101010 | 10000011 | 110011 | 100111 |
Color Harmonies of #319543
Complementary color
Monochromatic Colors of #319543
Black with #319543
Text Example
Text Example
White with #319543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319543; }
p { color: rgb(49,149,67); }
H1.HeaderClassName
{
color: #319543;
}
.AnyTagClassName
{
color: #319543;
}
</style>
background-color css
<style>
a { background-color: #319543; }
a { background-color: rgb(49,149,67); }
div.DivClassName
{
background-color: #319543;
}
.BgClassName
{
background-color: #319543;
}
</style>
border-color css
<style>
span { border-color: #319543; }
span { border-color: rgb(49,149,67); }
td.TdClassName
{
border-color: #319543;
}
.TagClassName
{
border-color: #319543;
}
</style>