Shades of Chateau Green #3DAB51
Tints of Chateau Green #3DAB51
RGB
CMYK
RGB Variations
Color information
#3DAB51 (or 0x3DAB51) is known color: Chateau Green. HEX triplet: 3D, AB and 51. RGB value is (61,171,81). Sum of RGB (Red+Green+Blue) = 61+171+81=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAB51 is #C254AE. Grayscale: #808080. Windows color (decimal): -12735663 or 5352253. OLE color: 5352253.
HSL color Cylindrical-coordinate representation of color #3DAB51: hue angle of 130.91º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAB51 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 81 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.33 |
| HSL | 130.91º | 0.47% | 0.45% | - |
| HSV(B) | 130.91º | 0.64% | 0.67% | - |
| XYZ | 17.97 | 30.71 | 12.77 | - |
| YUV | 127.85 | 101.56 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 81 | 0.64 | 0 | 0.53 | 0.33 | 130.91 | 0.47 | 0.45 |
| Hex | 3D | AB | 51 | 40 | 0 | 35 | 21 | 83 | 2F | 2D |
| Octal | 75 | 253 | 121 | 100 | 0 | 65 | 41 | 203 | 57 | 55 |
| Binary | 111101 | 10101011 | 1010001 | 1000000 | 0 | 110101 | 100001 | 10000011 | 101111 | 101101 |
Color Harmonies of #3DAB51
Complementary color
Monochromatic Colors of #3DAB51
Black with #3DAB51
Text Example
Text Example
White with #3DAB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB51; }
p { color: rgb(61,171,81); }
H1.HeaderClassName
{
color: #3DAB51;
}
.AnyTagClassName
{
color: #3DAB51;
}
</style>
background-color css
<style>
a { background-color: #3DAB51; }
a { background-color: rgb(61,171,81); }
div.DivClassName
{
background-color: #3DAB51;
}
.BgClassName
{
background-color: #3DAB51;
}
</style>
border-color css
<style>
span { border-color: #3DAB51; }
span { border-color: rgb(61,171,81); }
td.TdClassName
{
border-color: #3DAB51;
}
.TagClassName
{
border-color: #3DAB51;
}
</style>