Html Css Color HEX #047F46 Salem

📋 copy color: '#047F46'

red 4 ◦ green 127 ◦ blue 70

#047F46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #047F46

Tints of Salem #047F46

RGB

 RED value IS 4 (1.95% from 255) = 1.99%

 GREEN value IS 127 (50% from 255) = 63.18%

 BLUE value IS 70 (27.73% from 255) = 34.83%

R = 1.99%
G = 63.18%
B = 34.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#047F46 (or 0x047F46) is known color: Salem. HEX triplet: 04, 7F and 46. RGB value is (4,127,70). Sum of RGB (Red+Green+Blue) = 4+127+70=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #047F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047F46 is #FB80B9. Grayscale: #535353. Windows color (decimal): -16482490 or 4620036. OLE color: 4620036.

HSL color Cylindrical-coordinate representation of color #047F46: hue angle of 152.2º 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 #047F46 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 127 70 -
CMYK 0.97 0 0.45 0.50
HSL 152.2º 0.94% 0.26% -
HSV(B) 152.2º 0.97% 0.5% -
XYZ 8.74 15.65 8.35 -
YUV 83.73 120.25 71.13 -
System Red Green Blue C M Y K H S L
Decimal 4 127 70 0.97 0 0.45 0.50 152.2 0.94 0.26
Hex 4 7F 46 61 0 2D 32 98 5E 1A
Octal 4 177 106 141 0 55 62 230 136 32
Binary 100 1111111 1000110 1100001 0 101101 110010 10011000 1011110 11010

Color Harmonies of #047F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047F46

Black with #047F46

Text Example


Text Example

White with #047F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #047F46;
 }
 .AnyTagClassName
 {
   color: #047F46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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