Html Css Color HEX #048951 Salem

📋 copy color: '#048951'

red 4 ◦ green 137 ◦ blue 81

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

Shades of Salem #048951

Tints of Salem #048951

RGB

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

 GREEN value IS 137 (53.91% from 255) = 61.71%

 BLUE value IS 81 (32.03% from 255) = 36.49%

R = 1.8%
G = 61.71%
B = 36.49%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#048951 (or 0x048951) is known color: Salem. HEX triplet: 04, 89 and 51. RGB value is (4,137,81). Sum of RGB (Red+Green+Blue) = 4+137+81=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #048951 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048951 is #FB76AE. Grayscale: #5A5A5A. Windows color (decimal): -16479919 or 5343492. OLE color: 5343492.

HSL color Cylindrical-coordinate representation of color #048951: hue angle of 154.74º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048951 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 137 81 -
CMYK 0.97 0 0.41 0.46
HSL 154.74º 0.94% 0.28% -
HSV(B) 154.74º 0.97% 0.54% -
XYZ 10.48 18.51 10.81 -
YUV 90.85 122.44 66.05 -
System Red Green Blue C M Y K H S L
Decimal 4 137 81 0.97 0 0.41 0.46 154.74 0.94 0.28
Hex 4 89 51 61 0 29 2E 9B 5E 1C
Octal 4 211 121 141 0 51 56 233 136 34
Binary 100 10001001 1010001 1100001 0 101001 101110 10011011 1011110 11100

Color Harmonies of #048951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048951

Black with #048951

Text Example


Text Example

White with #048951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048951; }

 p { color: rgb(4,137,81); }

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

background-color css

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

 a { background-color: rgb(4,137,81); }

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

border-color css

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

 span { border-color: rgb(4,137,81); }

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