Shades of Chateau Green #31AD4B
Tints of Chateau Green #31AD4B
RGB
CMYK
RGB Variations
Color information
#31AD4B (or 0x31AD4B) is known color: Chateau Green. HEX triplet: 31, AD and 4B. RGB value is (49,173,75). Sum of RGB (Red+Green+Blue) = 49+173+75=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AD4B is #CE52B4. Grayscale: #7D7D7D. Windows color (decimal): -13521589 or 4959537. OLE color: 4959537.
HSL color Cylindrical-coordinate representation of color #31AD4B: hue angle of 132.58º 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 #31AD4B is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 75 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.32 |
| HSL | 132.58º | 0.56% | 0.44% | - |
| HSV(B) | 132.58º | 0.72% | 0.68% | - |
| XYZ | 17.48 | 31.05 | 11.73 | - |
| YUV | 124.75 | 99.92 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 75 | 0.72 | 0 | 0.57 | 0.32 | 132.58 | 0.56 | 0.44 |
| Hex | 31 | AD | 4B | 48 | 0 | 39 | 20 | 85 | 38 | 2C |
| Octal | 61 | 255 | 113 | 110 | 0 | 71 | 40 | 205 | 70 | 54 |
| Binary | 110001 | 10101101 | 1001011 | 1001000 | 0 | 111001 | 100000 | 10000101 | 111000 | 101100 |
Color Harmonies of #31AD4B
Complementary color
Monochromatic Colors of #31AD4B
Black with #31AD4B
Text Example
Text Example
White with #31AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD4B; }
p { color: rgb(49,173,75); }
H1.HeaderClassName
{
color: #31AD4B;
}
.AnyTagClassName
{
color: #31AD4B;
}
</style>
background-color css
<style>
a { background-color: #31AD4B; }
a { background-color: rgb(49,173,75); }
div.DivClassName
{
background-color: #31AD4B;
}
.BgClassName
{
background-color: #31AD4B;
}
</style>
border-color css
<style>
span { border-color: #31AD4B; }
span { border-color: rgb(49,173,75); }
td.TdClassName
{
border-color: #31AD4B;
}
.TagClassName
{
border-color: #31AD4B;
}
</style>