#3BD576

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

Shades of Emerald #3BD576

Tints of Emerald #3BD576

Color information

#3BD576 (or 0x3BD576) is unknown color: approx Emerald. HEX triplet: 3B, D5 and 76. RGB value is (59,213,118). Sum of RGB (Red+Green+Blue) = 59+213+118=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD576 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD576 is #C42A89. Grayscale: #9C9C9C. Windows color (decimal): -12855946 or 7787835. OLE color: 7787835.

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

Color convert

RGB59213118-
CMYK0.7200.450.16
HSL142.99º64.71%53.33%-
HSV(B)142.99º72.3%83.53%-
XYZ28.8749.8325.24-
YUV156.12106.4858.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.13%
GREEN value IS 213 (83.59% from 255) = 54.62%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=15.13%
G=54.62%
B=30.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal592131180.7200.450.16142.9964.7153.33
Hex3BD5764802D108f4135
Octal733251661100552021710165
Binary1110111101010111101101001000010110110000100011111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,213,118); }

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

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

 a { background-color: rgb(59,213,118); }

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

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

 span { border-color: rgb(59,213,118); }

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