Shades of Emerald #3DCB6D
Tints of Emerald #3DCB6D
RGB
CMYK
RGB Variations
Color information
#3DCB6D (or 0x3DCB6D) is known color: Emerald. HEX triplet: 3D, CB and 6D. RGB value is (61,203,109). Sum of RGB (Red+Green+Blue) = 61+203+109=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCB6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCB6D is #C23492. Grayscale: #969696. Windows color (decimal): -12727443 or 7195453. OLE color: 7195453.
HSL color Cylindrical-coordinate representation of color #3DCB6D: hue angle of 140.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCB6D is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 109 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.20 |
| HSL | 140.28º | 0.58% | 0.52% | - |
| HSV(B) | 140.28º | 0.7% | 0.8% | - |
| XYZ | 26.04 | 44.81 | 21.74 | - |
| YUV | 149.83 | 104.96 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 109 | 0.70 | 0 | 0.46 | 0.20 | 140.28 | 0.58 | 0.52 |
| Hex | 3D | CB | 6D | 46 | 0 | 2E | 14 | 8C | 3A | 34 |
| Octal | 75 | 313 | 155 | 106 | 0 | 56 | 24 | 214 | 72 | 64 |
| Binary | 111101 | 11001011 | 1101101 | 1000110 | 0 | 101110 | 10100 | 10001100 | 111010 | 110100 |
Color Harmonies of #3DCB6D
Complementary color
Monochromatic Colors of #3DCB6D
Black with #3DCB6D
Text Example
Text Example
White with #3DCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCB6D; }
p { color: rgb(61,203,109); }
H1.HeaderClassName
{
color: #3DCB6D;
}
.AnyTagClassName
{
color: #3DCB6D;
}
</style>
background-color css
<style>
a { background-color: #3DCB6D; }
a { background-color: rgb(61,203,109); }
div.DivClassName
{
background-color: #3DCB6D;
}
.BgClassName
{
background-color: #3DCB6D;
}
</style>
border-color css
<style>
span { border-color: #3DCB6D; }
span { border-color: rgb(61,203,109); }
td.TdClassName
{
border-color: #3DCB6D;
}
.TagClassName
{
border-color: #3DCB6D;
}
</style>