Html Css Color HEX #047F42 Salem

📋 copy color: '#047F42'

red 4 ◦ green 127 ◦ blue 66

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

Shades of Salem #047F42

Tints of Salem #047F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 2.03%
G = 64.47%
B = 33.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#047F42 (or 0x047F42) is known color: Salem. HEX triplet: 04, 7F and 42. RGB value is (4,127,66). Sum of RGB (Red+Green+Blue) = 4+127+66=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 127 (50% from 255 or 64.47% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 127 - color contains mainly: green. Hex color #047F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047F42 is #FB80BD. Grayscale: #535353. Windows color (decimal): -16482494 or 4357892. OLE color: 4357892.

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

Color convert

RGB 4 127 66 -
CMYK 0.97 0 0.48 0.50
HSL 150.24º 0.94% 0.26% -
HSV(B) 150.24º 0.97% 0.5% -
XYZ 8.62 15.6 7.71 -
YUV 83.27 118.25 71.46 -
System Red Green Blue C M Y K H S L
Decimal 4 127 66 0.97 0 0.48 0.50 150.24 0.94 0.26
Hex 4 7F 42 61 0 30 32 96 5E 1A
Octal 4 177 102 141 0 60 62 226 136 32
Binary 100 1111111 1000010 1100001 0 110000 110010 10010110 1011110 11010

Color Harmonies of #047F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047F42

Black with #047F42

Text Example


Text Example

White with #047F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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