Shades of Chateau Green #3DA855
Tints of Chateau Green #3DA855
RGB
CMYK
RGB Variations
Color information
#3DA855 (or 0x3DA855) is known color: Chateau Green. HEX triplet: 3D, A8 and 55. RGB value is (61,168,85). Sum of RGB (Red+Green+Blue) = 61+168+85=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 168 (66.02% from 255 or 53.50% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA855 is #C257AA. Grayscale: #7E7E7E. Windows color (decimal): -12736427 or 5613629. OLE color: 5613629.
HSL color Cylindrical-coordinate representation of color #3DA855: hue angle of 133.46º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA855 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 85 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.34 |
| HSL | 133.46º | 0.47% | 0.45% | - |
| HSV(B) | 133.46º | 0.64% | 0.66% | - |
| XYZ | 17.57 | 29.65 | 13.39 | - |
| YUV | 126.55 | 104.55 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 85 | 0.64 | 0 | 0.49 | 0.34 | 133.46 | 0.47 | 0.45 |
| Hex | 3D | A8 | 55 | 40 | 0 | 31 | 22 | 85 | 2F | 2D |
| Octal | 75 | 250 | 125 | 100 | 0 | 61 | 42 | 205 | 57 | 55 |
| Binary | 111101 | 10101000 | 1010101 | 1000000 | 0 | 110001 | 100010 | 10000101 | 101111 | 101101 |
Color Harmonies of #3DA855
Complementary color
Monochromatic Colors of #3DA855
Black with #3DA855
Text Example
Text Example
White with #3DA855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA855; }
p { color: rgb(61,168,85); }
H1.HeaderClassName
{
color: #3DA855;
}
.AnyTagClassName
{
color: #3DA855;
}
</style>
background-color css
<style>
a { background-color: #3DA855; }
a { background-color: rgb(61,168,85); }
div.DivClassName
{
background-color: #3DA855;
}
.BgClassName
{
background-color: #3DA855;
}
</style>
border-color css
<style>
span { border-color: #3DA855; }
span { border-color: rgb(61,168,85); }
td.TdClassName
{
border-color: #3DA855;
}
.TagClassName
{
border-color: #3DA855;
}
</style>