Shades of Chateau Green #3DA655
Tints of Chateau Green #3DA655
RGB
CMYK
RGB Variations
Color information
#3DA655 (or 0x3DA655) is known color: Chateau Green. HEX triplet: 3D, A6 and 55. RGB value is (61,166,85). Sum of RGB (Red+Green+Blue) = 61+166+85=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 166 (65.23% from 255 or 53.21% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA655 is #C259AA. Grayscale: #7D7D7D. Windows color (decimal): -12736939 or 5613117. OLE color: 5613117.
HSL color Cylindrical-coordinate representation of color #3DA655: hue angle of 133.71º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA655 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 166 | 85 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.35 |
| HSL | 133.71º | 0.46% | 0.45% | - |
| HSV(B) | 133.71º | 0.63% | 0.65% | - |
| XYZ | 17.2 | 28.92 | 13.27 | - |
| YUV | 125.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 166 | 85 | 0.63 | 0 | 0.49 | 0.35 | 133.71 | 0.46 | 0.45 |
| Hex | 3D | A6 | 55 | 3F | 0 | 31 | 23 | 86 | 2E | 2D |
| Octal | 75 | 246 | 125 | 77 | 0 | 61 | 43 | 206 | 56 | 55 |
| Binary | 111101 | 10100110 | 1010101 | 111111 | 0 | 110001 | 100011 | 10000110 | 101110 | 101101 |
Color Harmonies of #3DA655
Complementary color
Monochromatic Colors of #3DA655
Black with #3DA655
Text Example
Text Example
White with #3DA655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA655; }
p { color: rgb(61,166,85); }
H1.HeaderClassName
{
color: #3DA655;
}
.AnyTagClassName
{
color: #3DA655;
}
</style>
background-color css
<style>
a { background-color: #3DA655; }
a { background-color: rgb(61,166,85); }
div.DivClassName
{
background-color: #3DA655;
}
.BgClassName
{
background-color: #3DA655;
}
</style>
border-color css
<style>
span { border-color: #3DA655; }
span { border-color: rgb(61,166,85); }
td.TdClassName
{
border-color: #3DA655;
}
.TagClassName
{
border-color: #3DA655;
}
</style>