Shades of Chateau Green #319C41
Tints of Chateau Green #319C41
RGB
CMYK
RGB Variations
Color information
#319C41 (or 0x319C41) is known color: Chateau Green. HEX triplet: 31, 9C and 41. RGB value is (49,156,65). Sum of RGB (Red+Green+Blue) = 49+156+65=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 156 (61.33% from 255 or 57.78% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 156 - color contains mainly: green. Hex color #319C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C41 is #CE63BE. Grayscale: #717171. Windows color (decimal): -13525951 or 4299825. OLE color: 4299825.
HSL color Cylindrical-coordinate representation of color #319C41: hue angle of 128.97º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319C41 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 65 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.39 |
| HSL | 128.97º | 0.52% | 0.4% | - |
| HSV(B) | 128.97º | 0.69% | 0.61% | - |
| XYZ | 14.11 | 24.81 | 9.05 | - |
| YUV | 113.63 | 100.55 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 65 | 0.69 | 0 | 0.58 | 0.39 | 128.97 | 0.52 | 0.4 |
| Hex | 31 | 9C | 41 | 45 | 0 | 3A | 27 | 81 | 34 | 28 |
| Octal | 61 | 234 | 101 | 105 | 0 | 72 | 47 | 201 | 64 | 50 |
| Binary | 110001 | 10011100 | 1000001 | 1000101 | 0 | 111010 | 100111 | 10000001 | 110100 | 101000 |
Color Harmonies of #319C41
Complementary color
Monochromatic Colors of #319C41
Black with #319C41
Text Example
Text Example
White with #319C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C41; }
p { color: rgb(49,156,65); }
H1.HeaderClassName
{
color: #319C41;
}
.AnyTagClassName
{
color: #319C41;
}
</style>
background-color css
<style>
a { background-color: #319C41; }
a { background-color: rgb(49,156,65); }
div.DivClassName
{
background-color: #319C41;
}
.BgClassName
{
background-color: #319C41;
}
</style>
border-color css
<style>
span { border-color: #319C41; }
span { border-color: rgb(49,156,65); }
td.TdClassName
{
border-color: #319C41;
}
.TagClassName
{
border-color: #319C41;
}
</style>