Shades of Chateau Green #31AD44
Tints of Chateau Green #31AD44
RGB
CMYK
RGB Variations
Color information
#31AD44 (or 0x31AD44) is known color: Chateau Green. HEX triplet: 31, AD and 44. RGB value is (49,173,68). Sum of RGB (Red+Green+Blue) = 49+173+68=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 173 (67.97% from 255 or 59.66% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AD44 is #CE52BB. Grayscale: #7C7C7C. Windows color (decimal): -13521596 or 4500785. OLE color: 4500785.
HSL color Cylindrical-coordinate representation of color #31AD44: hue angle of 129.19º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD44 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 68 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.32 |
| HSL | 129.19º | 0.56% | 0.44% | - |
| HSV(B) | 129.19º | 0.72% | 0.68% | - |
| XYZ | 17.25 | 30.96 | 10.53 | - |
| YUV | 123.95 | 96.42 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 68 | 0.72 | 0 | 0.61 | 0.32 | 129.19 | 0.56 | 0.44 |
| Hex | 31 | AD | 44 | 48 | 0 | 3D | 20 | 81 | 38 | 2C |
| Octal | 61 | 255 | 104 | 110 | 0 | 75 | 40 | 201 | 70 | 54 |
| Binary | 110001 | 10101101 | 1000100 | 1001000 | 0 | 111101 | 100000 | 10000001 | 111000 | 101100 |
Color Harmonies of #31AD44
Complementary color
Monochromatic Colors of #31AD44
Black with #31AD44
Text Example
Text Example
White with #31AD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD44; }
p { color: rgb(49,173,68); }
H1.HeaderClassName
{
color: #31AD44;
}
.AnyTagClassName
{
color: #31AD44;
}
</style>
background-color css
<style>
a { background-color: #31AD44; }
a { background-color: rgb(49,173,68); }
div.DivClassName
{
background-color: #31AD44;
}
.BgClassName
{
background-color: #31AD44;
}
</style>
border-color css
<style>
span { border-color: #31AD44; }
span { border-color: rgb(49,173,68); }
td.TdClassName
{
border-color: #31AD44;
}
.TagClassName
{
border-color: #31AD44;
}
</style>