#3DC872

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

Shades of Emerald #3DC872

Tints of Emerald #3DC872

Color information

#3DC872 (or 0x3DC872) is unknown color: approx Emerald. HEX triplet: 3D, C8 and 72. RGB value is (61,200,114). Sum of RGB (Red+Green+Blue) = 61+200+114=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC872 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC872 is #C2378D. Grayscale: #949494. Windows color (decimal): -12728206 or 7522365. OLE color: 7522365.

HSL color Cylindrical-coordinate representation of color #3DC872: hue angle of 142.88º degrees, saturation: 0.56, 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 #3DC872 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB61200114-
CMYK0.6900.430.22
HSL142.88º55.82%51.18%-
HSV(B)142.88º69.5%78.43%-
XYZ25.6243.5222.97-
YUV148.64108.4565.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.27%
GREEN value IS 200 (78.52% from 255) = 53.33%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=16.27%
G=53.33%
B=30.4%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal612001140.6900.430.22142.8855.8251.18
Hex3DC8724502B168f3833
Octal75310162105053262177063
Binary111101110010001110010100010101010111011010001111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,200,114); }

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

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

 a { background-color: rgb(61,200,114); }

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

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

 span { border-color: rgb(61,200,114); }

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