#3BD365

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

Shades of Emerald #3BD365

Tints of Emerald #3BD365

Color information

#3BD365 (or 0x3BD365) is unknown color: approx Emerald. HEX triplet: 3B, D3 and 65. RGB value is (59,211,101). Sum of RGB (Red+Green+Blue) = 59+211+101=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 211 (82.81% from 255 or 56.87% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD365 is #C42C9A. Grayscale: #999999. Windows color (decimal): -12856475 or 6673211. OLE color: 6673211.

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

Color convert

RGB59211101-
CMYK0.7200.520.17
HSL136.58º63.33%52.94%-
HSV(B)136.58º72.04%82.75%-
XYZ27.4548.4620.22-
YUV153.0198.6460.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.90%
GREEN value IS 211 (82.81% from 255) = 56.87%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=15.90%
G=56.87%
B=27.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal592111010.7200.520.17136.5863.3352.94
Hex3BD3654803411893f35
Octal73323145110064212117765
Binary111011110100111100101100100001101001000110001001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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