#3ADB66

Color #3ADB66 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #3ADB66

Tints of Emerald #3ADB66

Color information

#3ADB66 (or 0x3ADB66) is unknown color: approx Emerald. HEX triplet: 3A, DB and 66. RGB value is (58,219,102). Sum of RGB (Red+Green+Blue) = 58+219+102=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADB66 is #C52499. Grayscale: #9D9D9D. Windows color (decimal): -12919962 or 6740794. OLE color: 6740794.

HSL color Cylindrical-coordinate representation of color #3ADB66: hue angle of 136.4º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADB66 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB58219102-
CMYK0.7400.530.14
HSL136.4º69.1%54.31%-
HSV(B)136.4º73.52%85.88%-
XYZ29.4752.5221.15-
YUV157.5296.6657.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 15.30%
GREEN value IS 219 (85.94% from 255) = 57.78%
BLUE value IS 102 (40.23% from 255) = 26.91%
R=15.30%
G=57.78%
B=26.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal582191020.7400.530.14136.469.154.31
Hex3ADB664A035E884536
Octal723331461120651621010566
Binary111010110110111100110100101001101011110100010001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ADB66; }

 p { color: rgb(58,219,102); }

 H1.HeaderClassName
 {
   color: #3ADB66;
 }
 .AnyTagClassName
 {
   color: #3ADB66;
 }
</style>
background-color css

<style>
 a { background-color: #3ADB66; }

 a { background-color: rgb(58,219,102); }

 div.DivClassName
 {
   background-color: #3ADB66;
 }
 .BgClassName
 {
   background-color: #3ADB66;
 }
</style>
border-color css

<style>
 span { border-color: #3ADB66; }

 span { border-color: rgb(58,219,102); }

 td.TdClassName
 {
   border-color: #3ADB66;
 }
 .TagClassName
 {
   border-color: #3ADB66;
 }
</style>