Shades of Chateau Green #3DA163
Tints of Chateau Green #3DA163
RGB
CMYK
RGB Variations
Color information
#3DA163 (or 0x3DA163) is known color: Chateau Green. HEX triplet: 3D, A1 and 63. RGB value is (61,161,99). Sum of RGB (Red+Green+Blue) = 61+161+99=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA163 is #C25E9C. Grayscale: #7C7C7C. Windows color (decimal): -12738205 or 6529341. OLE color: 6529341.
HSL color Cylindrical-coordinate representation of color #3DA163: hue angle of 142.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA163 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 99 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.37 |
| HSL | 142.8º | 0.45% | 0.44% | - |
| HSV(B) | 142.8º | 0.62% | 0.63% | - |
| XYZ | 16.92 | 27.38 | 16.2 | - |
| YUV | 124.03 | 113.87 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 99 | 0.62 | 0 | 0.39 | 0.37 | 142.8 | 0.45 | 0.44 |
| Hex | 3D | A1 | 63 | 3E | 0 | 27 | 25 | 8F | 2D | 2C |
| Octal | 75 | 241 | 143 | 76 | 0 | 47 | 45 | 217 | 55 | 54 |
| Binary | 111101 | 10100001 | 1100011 | 111110 | 0 | 100111 | 100101 | 10001111 | 101101 | 101100 |
Color Harmonies of #3DA163
Complementary color
Monochromatic Colors of #3DA163
Black with #3DA163
Text Example
Text Example
White with #3DA163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA163; }
p { color: rgb(61,161,99); }
H1.HeaderClassName
{
color: #3DA163;
}
.AnyTagClassName
{
color: #3DA163;
}
</style>
background-color css
<style>
a { background-color: #3DA163; }
a { background-color: rgb(61,161,99); }
div.DivClassName
{
background-color: #3DA163;
}
.BgClassName
{
background-color: #3DA163;
}
</style>
border-color css
<style>
span { border-color: #3DA163; }
span { border-color: rgb(61,161,99); }
td.TdClassName
{
border-color: #3DA163;
}
.TagClassName
{
border-color: #3DA163;
}
</style>