#3DC774

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

Shades of Emerald #3DC774

Tints of Emerald #3DC774

Color information

#3DC774 (or 0x3DC774) is unknown color: approx Emerald. HEX triplet: 3D, C7 and 74. RGB value is (61,199,116). Sum of RGB (Red+Green+Blue) = 61+199+116=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #3DC774 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC774 is #C2388B. Grayscale: #949494. Windows color (decimal): -12728460 or 7653181. OLE color: 7653181.

HSL color Cylindrical-coordinate representation of color #3DC774: hue angle of 143.91º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC774 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB61199116-
CMYK0.6900.420.22
HSL143.91º55.2%50.98%-
HSV(B)143.91º69.35%78.04%-
XYZ25.543.123.5-
YUV148.28109.7865.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.22%
GREEN value IS 199 (78.12% from 255) = 52.93%
BLUE value IS 116 (45.70% from 255) = 30.85%
R=16.22%
G=52.93%
B=30.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal611991160.6900.420.22143.9155.250.98
Hex3DC7744502A16903733
Octal75307164105052262206763
Binary111101110001111110100100010101010101011010010000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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