#047F4B

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

Shades of Salem #047F4B

Tints of Salem #047F4B

Color information

#047F4B (or 0x047F4B) is unknown color: approx Salem. HEX triplet: 04, 7F and 4B. RGB value is (4,127,75). Sum of RGB (Red+Green+Blue) = 4+127+75=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #047F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047F4B is #FB80B4. Grayscale: #545454. Windows color (decimal): -16482485 or 4947716. OLE color: 4947716.

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

Color convert

RGB412775-
CMYK0.9700.410.50
HSL154.63º93.89%25.69%-
HSV(B)154.63º96.85%49.8%-
XYZ8.9115.719.22-
YUV84.29122.7570.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 127 (50% from 255) = 61.65%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=1.94%
G=61.65%
B=36.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4127750.9700.410.50154.6393.8925.69
Hex47F4B61029329b5e1a
Octal41771131410516223313632
Binary100111111110010111100001010100111001010011011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,127,75); }

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

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

 a { background-color: rgb(4,127,75); }

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

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

 span { border-color: rgb(4,127,75); }

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