#3DCA74

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

Shades of Emerald #3DCA74

Tints of Emerald #3DCA74

Color information

#3DCA74 (or 0x3DCA74) is unknown color: approx Emerald. HEX triplet: 3D, CA and 74. RGB value is (61,202,116). Sum of RGB (Red+Green+Blue) = 61+202+116=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCA74 is #C2358B. Grayscale: #969696. Windows color (decimal): -12727692 or 7653949. OLE color: 7653949.

HSL color Cylindrical-coordinate representation of color #3DCA74: hue angle of 143.4º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCA74 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB61202116-
CMYK0.7000.430.21
HSL143.4º57.09%51.57%-
HSV(B)143.4º69.8%79.22%-
XYZ26.244.4923.73-
YUV150.04108.7964.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.09%
GREEN value IS 202 (79.30% from 255) = 53.30%
BLUE value IS 116 (45.70% from 255) = 30.61%
R=16.09%
G=53.30%
B=30.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal612021160.7000.430.21143.457.0951.57
Hex3DCA744602B158f3934
Octal75312164106053252177164
Binary111101110010101110100100011001010111010110001111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,202,116); }

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

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

 a { background-color: rgb(61,202,116); }

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

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

 span { border-color: rgb(61,202,116); }

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