#047E4A

Color #047E4A Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #047E4A

Tints of Salem #047E4A

Color information

#047E4A (or 0x047E4A) is unknown color: approx Salem. HEX triplet: 04, 7E and 4A. RGB value is (4,126,74). Sum of RGB (Red+Green+Blue) = 4+126+74=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 126 (49.61% from 255 or 61.76% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 126 - color contains mainly: green. Hex color #047E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047E4A is #FB81B5. Grayscale: #535353. Windows color (decimal): -16482742 or 4881924. OLE color: 4881924.

HSL color Cylindrical-coordinate representation of color #047E4A: hue angle of 154.43º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047E4A is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB412674-
CMYK0.9700.410.51
HSL154.43º93.85%25.49%-
HSV(B)154.43º96.83%49.41%-
XYZ8.7515.449-
YUV83.59122.5871.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.96%
GREEN value IS 126 (49.61% from 255) = 61.76%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=1.96%
G=61.76%
B=36.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4126740.9700.410.51154.4393.8525.49
Hex47E4A61029339a5e19
Octal41761121410516323213631
Binary100111111010010101100001010100111001110011010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047E4A; }

 p { color: rgb(4,126,74); }

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

<style>
 a { background-color: #047E4A; }

 a { background-color: rgb(4,126,74); }

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

<style>
 span { border-color: #047E4A; }

 span { border-color: rgb(4,126,74); }

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