Shades of Chateau Green #3DA05A
Tints of Chateau Green #3DA05A
RGB
CMYK
RGB Variations
Color information
#3DA05A (or 0x3DA05A) is known color: Chateau Green. HEX triplet: 3D, A0 and 5A. RGB value is (61,160,90). Sum of RGB (Red+Green+Blue) = 61+160+90=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA05A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA05A is #C25FA5. Grayscale: #7A7A7A. Windows color (decimal): -12738470 or 5939261. OLE color: 5939261.
HSL color Cylindrical-coordinate representation of color #3DA05A: hue angle of 137.58º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA05A is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 90 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.37 |
| HSL | 137.58º | 0.45% | 0.43% | - |
| HSV(B) | 137.58º | 0.62% | 0.63% | - |
| XYZ | 16.34 | 26.87 | 14 | - |
| YUV | 122.42 | 109.7 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 90 | 0.62 | 0 | 0.44 | 0.37 | 137.58 | 0.45 | 0.43 |
| Hex | 3D | A0 | 5A | 3E | 0 | 2C | 25 | 8A | 2D | 2B |
| Octal | 75 | 240 | 132 | 76 | 0 | 54 | 45 | 212 | 55 | 53 |
| Binary | 111101 | 10100000 | 1011010 | 111110 | 0 | 101100 | 100101 | 10001010 | 101101 | 101011 |
Color Harmonies of #3DA05A
Complementary color
Monochromatic Colors of #3DA05A
Black with #3DA05A
Text Example
Text Example
White with #3DA05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA05A; }
p { color: rgb(61,160,90); }
H1.HeaderClassName
{
color: #3DA05A;
}
.AnyTagClassName
{
color: #3DA05A;
}
</style>
background-color css
<style>
a { background-color: #3DA05A; }
a { background-color: rgb(61,160,90); }
div.DivClassName
{
background-color: #3DA05A;
}
.BgClassName
{
background-color: #3DA05A;
}
</style>
border-color css
<style>
span { border-color: #3DA05A; }
span { border-color: rgb(61,160,90); }
td.TdClassName
{
border-color: #3DA05A;
}
.TagClassName
{
border-color: #3DA05A;
}
</style>