Shades of Chateau Green #3DA85A
Tints of Chateau Green #3DA85A
RGB
CMYK
RGB Variations
Color information
#3DA85A (or 0x3DA85A) is known color: Chateau Green. HEX triplet: 3D, A8 and 5A. RGB value is (61,168,90). Sum of RGB (Red+Green+Blue) = 61+168+90=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 168 (66.02% from 255 or 52.66% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA85A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA85A is #C257A5. Grayscale: #7F7F7F. Windows color (decimal): -12736422 or 5941309. OLE color: 5941309.
HSL color Cylindrical-coordinate representation of color #3DA85A: hue angle of 136.26º 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 #3DA85A is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 90 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.34 |
| HSL | 136.26º | 0.47% | 0.45% | - |
| HSV(B) | 136.26º | 0.64% | 0.66% | - |
| XYZ | 17.77 | 29.74 | 14.48 | - |
| YUV | 127.12 | 107.05 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 90 | 0.64 | 0 | 0.46 | 0.34 | 136.26 | 0.47 | 0.45 |
| Hex | 3D | A8 | 5A | 40 | 0 | 2E | 22 | 88 | 2F | 2D |
| Octal | 75 | 250 | 132 | 100 | 0 | 56 | 42 | 210 | 57 | 55 |
| Binary | 111101 | 10101000 | 1011010 | 1000000 | 0 | 101110 | 100010 | 10001000 | 101111 | 101101 |
Color Harmonies of #3DA85A
Complementary color
Monochromatic Colors of #3DA85A
Black with #3DA85A
Text Example
Text Example
White with #3DA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA85A; }
p { color: rgb(61,168,90); }
H1.HeaderClassName
{
color: #3DA85A;
}
.AnyTagClassName
{
color: #3DA85A;
}
</style>
background-color css
<style>
a { background-color: #3DA85A; }
a { background-color: rgb(61,168,90); }
div.DivClassName
{
background-color: #3DA85A;
}
.BgClassName
{
background-color: #3DA85A;
}
</style>
border-color css
<style>
span { border-color: #3DA85A; }
span { border-color: rgb(61,168,90); }
td.TdClassName
{
border-color: #3DA85A;
}
.TagClassName
{
border-color: #3DA85A;
}
</style>