#3DCB7A

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

Shades of Emerald #3DCB7A

Tints of Emerald #3DCB7A

Color information

#3DCB7A (or 0x3DCB7A) is unknown color: approx Emerald. HEX triplet: 3D, CB and 7A. RGB value is (61,203,122). Sum of RGB (Red+Green+Blue) = 61+203+122=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCB7A is #C23485. Grayscale: #979797. Windows color (decimal): -12727430 or 8047421. OLE color: 8047421.

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

Color convert

RGB61203122-
CMYK0.7000.400.20
HSL145.77º57.72%51.76%-
HSV(B)145.77º69.95%79.61%-
XYZ26.7945.1125.71-
YUV151.31111.4663.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.80%
GREEN value IS 203 (79.69% from 255) = 52.59%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=15.80%
G=52.59%
B=31.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal612031220.7000.400.20145.7757.7251.76
Hex3DCB7A4602814923a34
Octal75313172106050242227264
Binary111101110010111111010100011001010001010010010010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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