#3DCB6E

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

Shades of Emerald #3DCB6E

Tints of Emerald #3DCB6E

Color information

#3DCB6E (or 0x3DCB6E) is unknown color: approx Emerald. HEX triplet: 3D, CB and 6E. RGB value is (61,203,110). Sum of RGB (Red+Green+Blue) = 61+203+110=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 203 (79.69% from 255 or 54.28% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCB6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCB6E is #C23491. Grayscale: #969696. Windows color (decimal): -12727442 or 7260989. OLE color: 7260989.

HSL color Cylindrical-coordinate representation of color #3DCB6E: hue angle of 140.7º 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 #3DCB6E is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB61203110-
CMYK0.7000.460.20
HSL140.7º57.72%51.76%-
HSV(B)140.7º69.95%79.61%-
XYZ26.0944.8322.03-
YUV149.94105.4664.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.31%
GREEN value IS 203 (79.69% from 255) = 54.28%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=16.31%
G=54.28%
B=29.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal612031100.7000.460.20140.757.7251.76
Hex3DCB6E4602E148d3a34
Octal75313156106056242157264
Binary111101110010111101110100011001011101010010001101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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