Shades of Chateau Green #3DAC5E
Tints of Chateau Green #3DAC5E
RGB
CMYK
RGB Variations
Color information
#3DAC5E (or 0x3DAC5E) is known color: Chateau Green. HEX triplet: 3D, AC and 5E. RGB value is (61,172,94). Sum of RGB (Red+Green+Blue) = 61+172+94=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAC5E is #C253A1. Grayscale: #828282. Windows color (decimal): -12735394 or 6204477. OLE color: 6204477.
HSL color Cylindrical-coordinate representation of color #3DAC5E: hue angle of 137.84º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAC5E is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 94 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.33 |
| HSL | 137.84º | 0.48% | 0.46% | - |
| HSV(B) | 137.84º | 0.65% | 0.67% | - |
| XYZ | 18.7 | 31.31 | 15.65 | - |
| YUV | 129.92 | 107.73 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 94 | 0.65 | 0 | 0.45 | 0.33 | 137.84 | 0.48 | 0.46 |
| Hex | 3D | AC | 5E | 41 | 0 | 2D | 21 | 8A | 30 | 2E |
| Octal | 75 | 254 | 136 | 101 | 0 | 55 | 41 | 212 | 60 | 56 |
| Binary | 111101 | 10101100 | 1011110 | 1000001 | 0 | 101101 | 100001 | 10001010 | 110000 | 101110 |
Color Harmonies of #3DAC5E
Complementary color
Monochromatic Colors of #3DAC5E
Black with #3DAC5E
Text Example
Text Example
White with #3DAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC5E; }
p { color: rgb(61,172,94); }
H1.HeaderClassName
{
color: #3DAC5E;
}
.AnyTagClassName
{
color: #3DAC5E;
}
</style>
background-color css
<style>
a { background-color: #3DAC5E; }
a { background-color: rgb(61,172,94); }
div.DivClassName
{
background-color: #3DAC5E;
}
.BgClassName
{
background-color: #3DAC5E;
}
</style>
border-color css
<style>
span { border-color: #3DAC5E; }
span { border-color: rgb(61,172,94); }
td.TdClassName
{
border-color: #3DAC5E;
}
.TagClassName
{
border-color: #3DAC5E;
}
</style>