Shades of Chateau Green #3DA34F
Tints of Chateau Green #3DA34F
RGB
CMYK
RGB Variations
Color information
#3DA34F (or 0x3DA34F) is known color: Chateau Green. HEX triplet: 3D, A3 and 4F. RGB value is (61,163,79). Sum of RGB (Red+Green+Blue) = 61+163+79=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA34F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA34F is #C25CB0. Grayscale: #7B7B7B. Windows color (decimal): -12737713 or 5219133. OLE color: 5219133.
HSL color Cylindrical-coordinate representation of color #3DA34F: hue angle of 130.59º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA34F is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 163 | 79 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.36 |
| HSL | 130.59º | 0.46% | 0.44% | - |
| HSV(B) | 130.59º | 0.63% | 0.64% | - |
| XYZ | 16.43 | 27.75 | 11.89 | - |
| YUV | 122.93 | 103.21 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 79 | 0.63 | 0 | 0.52 | 0.36 | 130.59 | 0.46 | 0.44 |
| Hex | 3D | A3 | 4F | 3F | 0 | 34 | 24 | 83 | 2E | 2C |
| Octal | 75 | 243 | 117 | 77 | 0 | 64 | 44 | 203 | 56 | 54 |
| Binary | 111101 | 10100011 | 1001111 | 111111 | 0 | 110100 | 100100 | 10000011 | 101110 | 101100 |
Color Harmonies of #3DA34F
Complementary color
Monochromatic Colors of #3DA34F
Black with #3DA34F
Text Example
Text Example
White with #3DA34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA34F; }
p { color: rgb(61,163,79); }
H1.HeaderClassName
{
color: #3DA34F;
}
.AnyTagClassName
{
color: #3DA34F;
}
</style>
background-color css
<style>
a { background-color: #3DA34F; }
a { background-color: rgb(61,163,79); }
div.DivClassName
{
background-color: #3DA34F;
}
.BgClassName
{
background-color: #3DA34F;
}
</style>
border-color css
<style>
span { border-color: #3DA34F; }
span { border-color: rgb(61,163,79); }
td.TdClassName
{
border-color: #3DA34F;
}
.TagClassName
{
border-color: #3DA34F;
}
</style>