#3BD37D

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

Shades of Emerald #3BD37D

Tints of Emerald #3BD37D

Color information

#3BD37D (or 0x3BD37D) is unknown color: approx Emerald. HEX triplet: 3B, D3 and 7D. RGB value is (59,211,125). Sum of RGB (Red+Green+Blue) = 59+211+125=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD37D is #C42C82. Grayscale: #9B9B9B. Windows color (decimal): -12856451 or 8246075. OLE color: 8246075.

HSL color Cylindrical-coordinate representation of color #3BD37D: hue angle of 146.05º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD37D is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB59211125-
CMYK0.7200.410.17
HSL146.05º63.33%52.94%-
HSV(B)146.05º72.04%82.75%-
XYZ28.84927.34-
YUV155.75110.6458.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.94%
GREEN value IS 211 (82.81% from 255) = 53.42%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=14.94%
G=53.42%
B=31.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal592111250.7200.410.17146.0563.3352.94
Hex3BD37D4802911923f35
Octal73323175110051212227765
Binary111011110100111111101100100001010011000110010010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,211,125); }

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

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

 a { background-color: rgb(59,211,125); }

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

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

 span { border-color: rgb(59,211,125); }

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