Html Css Color HEX #048550 Salem

📋 copy color: '#048550'

red 4 ◦ green 133 ◦ blue 80

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

Shades of Salem #048550

Tints of Salem #048550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.29%

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 1.84%
G = 61.29%
B = 36.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#048550 (or 0x048550) is known color: Salem. HEX triplet: 04, 85 and 50. RGB value is (4,133,80). Sum of RGB (Red+Green+Blue) = 4+133+80=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #048550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048550 is #FB7AAF. Grayscale: #585858. Windows color (decimal): -16480944 or 5276932. OLE color: 5276932.

HSL color Cylindrical-coordinate representation of color #048550: hue angle of 155.35º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048550 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 133 80 -
CMYK 0.97 0 0.40 0.48
HSL 155.35º 0.94% 0.27% -
HSV(B) 155.35º 0.97% 0.52% -
XYZ 9.89 17.38 10.42 -
YUV 88.39 123.26 67.81 -
System Red Green Blue C M Y K H S L
Decimal 4 133 80 0.97 0 0.40 0.48 155.35 0.94 0.27
Hex 4 85 50 61 0 28 30 9B 5E 1B
Octal 4 205 120 141 0 50 60 233 136 33
Binary 100 10000101 1010000 1100001 0 101000 110000 10011011 1011110 11011

Color Harmonies of #048550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048550

Black with #048550

Text Example


Text Example

White with #048550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048550; }

 p { color: rgb(4,133,80); }

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

background-color css

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

 a { background-color: rgb(4,133,80); }

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

border-color css

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

 span { border-color: rgb(4,133,80); }

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