Html Css Color HEX #048147 Salem

📋 copy color: '#048147'

red 4 ◦ green 129 ◦ blue 71

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

Shades of Salem #048147

Tints of Salem #048147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 63.24%

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 1.96%
G = 63.24%
B = 34.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#048147 (or 0x048147) is known color: Salem. HEX triplet: 04, 81 and 47. RGB value is (4,129,71). Sum of RGB (Red+Green+Blue) = 4+129+71=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #048147 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048147 is #FB7EB8. Grayscale: #555555. Windows color (decimal): -16481977 or 4686084. OLE color: 4686084.

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

Color convert

RGB 4 129 71 -
CMYK 0.97 0 0.45 0.49
HSL 152.16º 0.94% 0.26% -
HSV(B) 152.16º 0.97% 0.51% -
XYZ 9.04 16.18 8.61 -
YUV 85.01 120.09 70.22 -
System Red Green Blue C M Y K H S L
Decimal 4 129 71 0.97 0 0.45 0.49 152.16 0.94 0.26
Hex 4 81 47 61 0 2D 31 98 5E 1A
Octal 4 201 107 141 0 55 61 230 136 32
Binary 100 10000001 1000111 1100001 0 101101 110001 10011000 1011110 11010

Color Harmonies of #048147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048147

Black with #048147

Text Example


Text Example

White with #048147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048147; }

 p { color: rgb(4,129,71); }

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

background-color css

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

 a { background-color: rgb(4,129,71); }

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

border-color css

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

 span { border-color: rgb(4,129,71); }

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