Shades of Chateau Green #3DA052
Tints of Chateau Green #3DA052
RGB
CMYK
RGB Variations
Color information
#3DA052 (or 0x3DA052) is known color: Chateau Green. HEX triplet: 3D, A0 and 52. RGB value is (61,160,82). Sum of RGB (Red+Green+Blue) = 61+160+82=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA052 is #C25FAD. Grayscale: #797979. Windows color (decimal): -12738478 or 5414973. OLE color: 5414973.
HSL color Cylindrical-coordinate representation of color #3DA052: hue angle of 132.73º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA052 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 82 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.37 |
| HSL | 132.73º | 0.45% | 0.43% | - |
| HSV(B) | 132.73º | 0.62% | 0.63% | - |
| XYZ | 16.02 | 26.74 | 12.3 | - |
| YUV | 121.51 | 105.7 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 82 | 0.62 | 0 | 0.49 | 0.37 | 132.73 | 0.45 | 0.43 |
| Hex | 3D | A0 | 52 | 3E | 0 | 31 | 25 | 85 | 2D | 2B |
| Octal | 75 | 240 | 122 | 76 | 0 | 61 | 45 | 205 | 55 | 53 |
| Binary | 111101 | 10100000 | 1010010 | 111110 | 0 | 110001 | 100101 | 10000101 | 101101 | 101011 |
Color Harmonies of #3DA052
Complementary color
Monochromatic Colors of #3DA052
Black with #3DA052
Text Example
Text Example
White with #3DA052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA052; }
p { color: rgb(61,160,82); }
H1.HeaderClassName
{
color: #3DA052;
}
.AnyTagClassName
{
color: #3DA052;
}
</style>
background-color css
<style>
a { background-color: #3DA052; }
a { background-color: rgb(61,160,82); }
div.DivClassName
{
background-color: #3DA052;
}
.BgClassName
{
background-color: #3DA052;
}
</style>
border-color css
<style>
span { border-color: #3DA052; }
span { border-color: rgb(61,160,82); }
td.TdClassName
{
border-color: #3DA052;
}
.TagClassName
{
border-color: #3DA052;
}
</style>