Shades of Chateau Green #3DAE5F
Tints of Chateau Green #3DAE5F
RGB
CMYK
RGB Variations
Color information
#3DAE5F (or 0x3DAE5F) is known color: Chateau Green. HEX triplet: 3D, AE and 5F. RGB value is (61,174,95). Sum of RGB (Red+Green+Blue) = 61+174+95=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAE5F is #C251A0. Grayscale: #838383. Windows color (decimal): -12734881 or 6270525. OLE color: 6270525.
HSL color Cylindrical-coordinate representation of color #3DAE5F: hue angle of 138.05º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAE5F is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 95 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.32 |
| HSL | 138.05º | 0.48% | 0.46% | - |
| HSV(B) | 138.05º | 0.65% | 0.68% | - |
| XYZ | 19.13 | 32.09 | 16.01 | - |
| YUV | 131.21 | 107.56 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 95 | 0.65 | 0 | 0.45 | 0.32 | 138.05 | 0.48 | 0.46 |
| Hex | 3D | AE | 5F | 41 | 0 | 2D | 20 | 8A | 30 | 2E |
| Octal | 75 | 256 | 137 | 101 | 0 | 55 | 40 | 212 | 60 | 56 |
| Binary | 111101 | 10101110 | 1011111 | 1000001 | 0 | 101101 | 100000 | 10001010 | 110000 | 101110 |
Color Harmonies of #3DAE5F
Complementary color
Monochromatic Colors of #3DAE5F
Black with #3DAE5F
Text Example
Text Example
White with #3DAE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAE5F; }
p { color: rgb(61,174,95); }
H1.HeaderClassName
{
color: #3DAE5F;
}
.AnyTagClassName
{
color: #3DAE5F;
}
</style>
background-color css
<style>
a { background-color: #3DAE5F; }
a { background-color: rgb(61,174,95); }
div.DivClassName
{
background-color: #3DAE5F;
}
.BgClassName
{
background-color: #3DAE5F;
}
</style>
border-color css
<style>
span { border-color: #3DAE5F; }
span { border-color: rgb(61,174,95); }
td.TdClassName
{
border-color: #3DAE5F;
}
.TagClassName
{
border-color: #3DAE5F;
}
</style>