#3BD27A

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

Shades of Emerald #3BD27A

Tints of Emerald #3BD27A

Color information

#3BD27A (or 0x3BD27A) is unknown color: approx Emerald. HEX triplet: 3B, D2 and 7A. RGB value is (59,210,122). Sum of RGB (Red+Green+Blue) = 59+210+122=391 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.09% from 391); Green value is 210 (82.42% from 255 or 53.71% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD27A is #C42D85. Grayscale: #9B9B9B. Windows color (decimal): -12856710 or 8049211. OLE color: 8049211.

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

Color convert

RGB59210122-
CMYK0.7200.420.18
HSL145.03º62.66%52.75%-
HSV(B)145.03º71.9%82.35%-
XYZ28.3648.4326.27-
YUV154.82109.4759.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.09%
GREEN value IS 210 (82.42% from 255) = 53.71%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=15.09%
G=53.71%
B=31.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal592101220.7200.420.18145.0362.6652.75
Hex3BD27A4802A12913f35
Octal73322172110052222217765
Binary111011110100101111010100100001010101001010010001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,210,122); }

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

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

 a { background-color: rgb(59,210,122); }

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

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

 span { border-color: rgb(59,210,122); }

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