#3BD665

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

Shades of Emerald #3BD665

Tints of Emerald #3BD665

Color information

#3BD665 (or 0x3BD665) is unknown color: approx Emerald. HEX triplet: 3B, D6 and 65. RGB value is (59,214,101). Sum of RGB (Red+Green+Blue) = 59+214+101=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD665 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD665 is #C4299A. Grayscale: #9B9B9B. Windows color (decimal): -12855707 or 6673979. OLE color: 6673979.

HSL color Cylindrical-coordinate representation of color #3BD665: hue angle of 136.26º 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 #3BD665 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB59214101-
CMYK0.7200.530.16
HSL136.26º65.4%53.53%-
HSV(B)136.26º72.43%83.92%-
XYZ28.249.9620.47-
YUV154.7797.6559.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.78%
GREEN value IS 214 (83.98% from 255) = 57.22%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=15.78%
G=57.22%
B=27.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal592141010.7200.530.16136.2665.453.53
Hex3BD6654803510884136
Octal733261451100652021010166
Binary1110111101011011001011001000011010110000100010001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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