Shades of Chateau Green #319841
Tints of Chateau Green #319841
RGB
CMYK
RGB Variations
Color information
#319841 (or 0x319841) is known color: Chateau Green. HEX triplet: 31, 98 and 41. RGB value is (49,152,65). Sum of RGB (Red+Green+Blue) = 49+152+65=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #319841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319841 is #CE67BE. Grayscale: #6F6F6F. Windows color (decimal): -13526975 or 4298801. OLE color: 4298801.
HSL color Cylindrical-coordinate representation of color #319841: hue angle of 129.32º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319841 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 65 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.40 |
| HSL | 129.32º | 0.51% | 0.39% | - |
| HSV(B) | 129.32º | 0.68% | 0.6% | - |
| XYZ | 13.45 | 23.49 | 8.83 | - |
| YUV | 111.29 | 101.88 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 65 | 0.68 | 0 | 0.57 | 0.40 | 129.32 | 0.51 | 0.39 |
| Hex | 31 | 98 | 41 | 44 | 0 | 39 | 28 | 81 | 33 | 27 |
| Octal | 61 | 230 | 101 | 104 | 0 | 71 | 50 | 201 | 63 | 47 |
| Binary | 110001 | 10011000 | 1000001 | 1000100 | 0 | 111001 | 101000 | 10000001 | 110011 | 100111 |
Color Harmonies of #319841
Complementary color
Monochromatic Colors of #319841
Black with #319841
Text Example
Text Example
White with #319841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319841; }
p { color: rgb(49,152,65); }
H1.HeaderClassName
{
color: #319841;
}
.AnyTagClassName
{
color: #319841;
}
</style>
background-color css
<style>
a { background-color: #319841; }
a { background-color: rgb(49,152,65); }
div.DivClassName
{
background-color: #319841;
}
.BgClassName
{
background-color: #319841;
}
</style>
border-color css
<style>
span { border-color: #319841; }
span { border-color: rgb(49,152,65); }
td.TdClassName
{
border-color: #319841;
}
.TagClassName
{
border-color: #319841;
}
</style>