#3DCB77

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

Shades of Emerald #3DCB77

Tints of Emerald #3DCB77

Color information

#3DCB77 (or 0x3DCB77) is unknown color: approx Emerald. HEX triplet: 3D, CB and 77. RGB value is (61,203,119). Sum of RGB (Red+Green+Blue) = 61+203+119=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCB77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCB77 is #C23488. Grayscale: #979797. Windows color (decimal): -12727433 or 7850813. OLE color: 7850813.

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

Color convert

RGB61203119-
CMYK0.7000.410.20
HSL144.51º57.72%51.76%-
HSV(B)144.51º69.95%79.61%-
XYZ26.6145.0424.74-
YUV150.97109.9663.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.93%
GREEN value IS 203 (79.69% from 255) = 53.00%
BLUE value IS 119 (46.88% from 255) = 31.07%
R=15.93%
G=53.00%
B=31.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal612031190.7000.410.20144.5157.7251.76
Hex3DCB774602914913a34
Octal75313167106051242217264
Binary111101110010111110111100011001010011010010010001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,203,119); }

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

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

 a { background-color: rgb(61,203,119); }

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

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

 span { border-color: rgb(61,203,119); }

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