Shades of Emerald #39D068
Tints of Emerald #39D068
RGB
CMYK
RGB Variations
Color information
#39D068 (or 0x39D068) is known color: Emerald. HEX triplet: 39, D0 and 68. RGB value is (57,208,104). Sum of RGB (Red+Green+Blue) = 57+208+104=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #39D068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39D068 is #C62F97. Grayscale: #979797. Windows color (decimal): -12988312 or 6869049. OLE color: 6869049.
HSL color Cylindrical-coordinate representation of color #39D068: hue angle of 138.68º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D068 is Cyan = 0.73, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 208 | 104 | - |
| CMYK | 0.73 | 0 | 0.5 | 0.18 |
| HSL | 138.68º | 0.62% | 0.52% | - |
| HSV(B) | 138.68º | 0.73% | 0.82% | - |
| XYZ | 26.74 | 46.98 | 20.76 | - |
| YUV | 151 | 101.47 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 208 | 104 | 0.73 | 0 | 0.5 | 0.18 | 138.68 | 0.62 | 0.52 |
| Hex | 39 | D0 | 68 | 49 | 0 | 32 | 12 | 8B | 3E | 34 |
| Octal | 71 | 320 | 150 | 111 | 0 | 62 | 22 | 213 | 76 | 64 |
| Binary | 111001 | 11010000 | 1101000 | 1001001 | 0 | 110010 | 10010 | 10001011 | 111110 | 110100 |
Color Harmonies of #39D068
Complementary color
Monochromatic Colors of #39D068
Black with #39D068
Text Example
Text Example
White with #39D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D068; }
p { color: rgb(57,208,104); }
H1.HeaderClassName
{
color: #39D068;
}
.AnyTagClassName
{
color: #39D068;
}
</style>
background-color css
<style>
a { background-color: #39D068; }
a { background-color: rgb(57,208,104); }
div.DivClassName
{
background-color: #39D068;
}
.BgClassName
{
background-color: #39D068;
}
</style>
border-color css
<style>
span { border-color: #39D068; }
span { border-color: rgb(57,208,104); }
td.TdClassName
{
border-color: #39D068;
}
.TagClassName
{
border-color: #39D068;
}
</style>