#3BCD63

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

Shades of Emerald #3BCD63

Tints of Emerald #3BCD63

Color information

#3BCD63 (or 0x3BCD63) is unknown color: approx Emerald. HEX triplet: 3B, CD and 63. RGB value is (59,205,99). Sum of RGB (Red+Green+Blue) = 59+205+99=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCD63 is #C4329C. Grayscale: #959595. Windows color (decimal): -12858013 or 6540603. OLE color: 6540603.

HSL color Cylindrical-coordinate representation of color #3BCD63: hue angle of 136.44º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCD63 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB5920599-
CMYK0.7100.520.20
HSL136.44º59.35%51.76%-
HSV(B)136.44º71.22%80.39%-
XYZ25.8945.4919.22-
YUV149.2699.6363.62-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.25%
GREEN value IS 205 (80.47% from 255) = 56.47%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=16.25%
G=56.47%
B=27.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal59205990.7100.520.20136.4459.3551.76
Hex3BCD634703414883b34
Octal73315143107064242107364
Binary111011110011011100011100011101101001010010001000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,205,99); }

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

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

 a { background-color: rgb(59,205,99); }

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

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

 span { border-color: rgb(59,205,99); }

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