#3BD67A

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

Shades of Emerald #3BD67A

Tints of Emerald #3BD67A

Color information

#3BD67A (or 0x3BD67A) is unknown color: approx Emerald. HEX triplet: 3B, D6 and 7A. RGB value is (59,214,122). Sum of RGB (Red+Green+Blue) = 59+214+122=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD67A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD67A is #C42985. Grayscale: #9D9D9D. Windows color (decimal): -12855686 or 8050235. OLE color: 8050235.

HSL color Cylindrical-coordinate representation of color #3BD67A: hue angle of 144.39º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD67A is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB59214122-
CMYK0.7200.430.16
HSL144.39º65.4%53.53%-
HSV(B)144.39º72.43%83.92%-
XYZ29.3650.4326.6-
YUV157.17108.1557.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.94%
GREEN value IS 214 (83.98% from 255) = 54.18%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=14.94%
G=54.18%
B=30.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal592141220.7200.430.16144.3965.453.53
Hex3BD67A4802B10904136
Octal733261721100532022010166
Binary1110111101011011110101001000010101110000100100001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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