Shades of Chateau Green #319441
Tints of Chateau Green #319441
RGB
CMYK
RGB Variations
Color information
#319441 (or 0x319441) is known color: Chateau Green. HEX triplet: 31, 94 and 41. RGB value is (49,148,65). Sum of RGB (Red+Green+Blue) = 49+148+65=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #319441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319441 is #CE6BBE. Grayscale: #6D6D6D. Windows color (decimal): -13527999 or 4297777. OLE color: 4297777.
HSL color Cylindrical-coordinate representation of color #319441: hue angle of 129.7º degrees, saturation: 0.5, 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 #319441 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 148 | 65 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.42 |
| HSL | 129.7º | 0.5% | 0.39% | - |
| HSV(B) | 129.7º | 0.67% | 0.58% | - |
| XYZ | 12.81 | 22.21 | 8.61 | - |
| YUV | 108.94 | 103.2 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 148 | 65 | 0.67 | 0 | 0.56 | 0.42 | 129.7 | 0.5 | 0.39 |
| Hex | 31 | 94 | 41 | 43 | 0 | 38 | 2A | 82 | 32 | 27 |
| Octal | 61 | 224 | 101 | 103 | 0 | 70 | 52 | 202 | 62 | 47 |
| Binary | 110001 | 10010100 | 1000001 | 1000011 | 0 | 111000 | 101010 | 10000010 | 110010 | 100111 |
Color Harmonies of #319441
Complementary color
Monochromatic Colors of #319441
Black with #319441
Text Example
Text Example
White with #319441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319441; }
p { color: rgb(49,148,65); }
H1.HeaderClassName
{
color: #319441;
}
.AnyTagClassName
{
color: #319441;
}
</style>
background-color css
<style>
a { background-color: #319441; }
a { background-color: rgb(49,148,65); }
div.DivClassName
{
background-color: #319441;
}
.BgClassName
{
background-color: #319441;
}
</style>
border-color css
<style>
span { border-color: #319441; }
span { border-color: rgb(49,148,65); }
td.TdClassName
{
border-color: #319441;
}
.TagClassName
{
border-color: #319441;
}
</style>