#3BD168

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

Shades of Emerald #3BD168

Tints of Emerald #3BD168

Color information

#3BD168 (or 0x3BD168) is unknown color: approx Emerald. HEX triplet: 3B, D1 and 68. RGB value is (59,209,104). Sum of RGB (Red+Green+Blue) = 59+209+104=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 209 (82.03% from 255 or 56.18% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 209 - color contains mainly: green. Hex color #3BD168 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD168 is #C42E97. Grayscale: #989898. Windows color (decimal): -12856984 or 6869307. OLE color: 6869307.

HSL color Cylindrical-coordinate representation of color #3BD168: hue angle of 138º degrees, saturation: 0.62, 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 #3BD168 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB59209104-
CMYK0.7200.500.18
HSL138º61.98%52.55%-
HSV(B)138º71.77%81.96%-
XYZ27.147.5320.84-
YUV152.18100.861.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.86%
GREEN value IS 209 (82.03% from 255) = 56.18%
BLUE value IS 104 (41.02% from 255) = 27.96%
R=15.86%
G=56.18%
B=27.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal592091040.7200.500.1813861.9852.55
Hex3BD16848032128a3e35
Octal73321150110062222127665
Binary111011110100011101000100100001100101001010001010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,209,104); }

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

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

 a { background-color: rgb(59,209,104); }

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

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

 span { border-color: rgb(59,209,104); }

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