#47C060

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

Shades of Emerald #47C060

Tints of Emerald #47C060

Color information

#47C060 (or 0x47C060) is unknown color: approx Emerald. HEX triplet: 47, C0 and 60. RGB value is (71,192,96). Sum of RGB (Red+Green+Blue) = 71+192+96=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #47C060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C060 is #B83F9F. Grayscale: #919191. Windows color (decimal): -12074912 or 6340679. OLE color: 6340679.

HSL color Cylindrical-coordinate representation of color #47C060: hue angle of 132.4º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C060 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB7119296-
CMYK0.6300.500.25
HSL132.4º48.99%51.57%-
HSV(B)132.4º63.02%75.29%-
XYZ23.5639.8817.52-
YUV144.88100.4175.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.78%
GREEN value IS 192 (75.39% from 255) = 53.48%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=19.78%
G=53.48%
B=26.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71192960.6300.500.25132.448.9951.57
Hex47C0603F03219843134
Octal10730014077062312046164
Binary100011111000000110000011111101100101100110000100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47C060; }

 p { color: rgb(71,192,96); }

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

<style>
 a { background-color: #47C060; }

 a { background-color: rgb(71,192,96); }

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

<style>
 span { border-color: #47C060; }

 span { border-color: rgb(71,192,96); }

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