Shades of Chateau Green #31B24B
Tints of Chateau Green #31B24B
RGB
CMYK
RGB Variations
Color information
#31B24B (or 0x31B24B) is known color: Chateau Green. HEX triplet: 31, B2 and 4B. RGB value is (49,178,75). Sum of RGB (Red+Green+Blue) = 49+178+75=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 178 (69.92% from 255 or 58.94% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 178 - color contains mainly: green. Hex color #31B24B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B24B is #CE4DB4. Grayscale: #7F7F7F. Windows color (decimal): -13520309 or 4960817. OLE color: 4960817.
HSL color Cylindrical-coordinate representation of color #31B24B: hue angle of 132.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B24B is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 178 | 75 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.30 |
| HSL | 132.09º | 0.57% | 0.45% | - |
| HSV(B) | 132.09º | 0.72% | 0.7% | - |
| XYZ | 18.46 | 33 | 12.05 | - |
| YUV | 127.69 | 98.26 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 75 | 0.72 | 0 | 0.58 | 0.30 | 132.09 | 0.57 | 0.45 |
| Hex | 31 | B2 | 4B | 48 | 0 | 3A | 1E | 84 | 39 | 2D |
| Octal | 61 | 262 | 113 | 110 | 0 | 72 | 36 | 204 | 71 | 55 |
| Binary | 110001 | 10110010 | 1001011 | 1001000 | 0 | 111010 | 11110 | 10000100 | 111001 | 101101 |
Color Harmonies of #31B24B
Complementary color
Monochromatic Colors of #31B24B
Black with #31B24B
Text Example
Text Example
White with #31B24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B24B; }
p { color: rgb(49,178,75); }
H1.HeaderClassName
{
color: #31B24B;
}
.AnyTagClassName
{
color: #31B24B;
}
</style>
background-color css
<style>
a { background-color: #31B24B; }
a { background-color: rgb(49,178,75); }
div.DivClassName
{
background-color: #31B24B;
}
.BgClassName
{
background-color: #31B24B;
}
</style>
border-color css
<style>
span { border-color: #31B24B; }
span { border-color: rgb(49,178,75); }
td.TdClassName
{
border-color: #31B24B;
}
.TagClassName
{
border-color: #31B24B;
}
</style>