Html Css Color HEX #048551 Salem

📋 copy color: '#048551'

red 4 ◦ green 133 ◦ blue 81

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

Shades of Salem #048551

Tints of Salem #048551

RGB

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

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

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

R = 1.83%
G = 61.01%
B = 37.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#048551 (or 0x048551) is known color: Salem. HEX triplet: 04, 85 and 51. RGB value is (4,133,81). Sum of RGB (Red+Green+Blue) = 4+133+81=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #048551 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048551 is #FB7AAE. Grayscale: #585858. Windows color (decimal): -16480943 or 5342468. OLE color: 5342468.

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

Color convert

RGB 4 133 81 -
CMYK 0.97 0 0.39 0.48
HSL 155.81º 0.94% 0.27% -
HSV(B) 155.81º 0.97% 0.52% -
XYZ 9.92 17.39 10.62 -
YUV 88.5 123.76 67.73 -
System Red Green Blue C M Y K H S L
Decimal 4 133 81 0.97 0 0.39 0.48 155.81 0.94 0.27
Hex 4 85 51 61 0 27 30 9C 5E 1B
Octal 4 205 121 141 0 47 60 234 136 33
Binary 100 10000101 1010001 1100001 0 100111 110000 10011100 1011110 11011

Color Harmonies of #048551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048551

Black with #048551

Text Example


Text Example

White with #048551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048551; }

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

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

background-color css

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

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

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

border-color css

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

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

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