Html Css Color HEX #048552 Salem

📋 copy color: '#048552'

red 4 ◦ green 133 ◦ blue 82

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

Shades of Salem #048552

Tints of Salem #048552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.44%

R = 1.83%
G = 60.73%
B = 37.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#048552 (or 0x048552) is known color: Salem. HEX triplet: 04, 85 and 52. RGB value is (4,133,82). Sum of RGB (Red+Green+Blue) = 4+133+82=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #048552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048552 is #FB7AAD. Grayscale: #585858. Windows color (decimal): -16480942 or 5408004. OLE color: 5408004.

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

Color convert

RGB 4 133 82 -
CMYK 0.97 0 0.38 0.48
HSL 156.28º 0.94% 0.27% -
HSV(B) 156.28º 0.97% 0.52% -
XYZ 9.96 17.41 10.82 -
YUV 88.62 124.26 67.65 -
System Red Green Blue C M Y K H S L
Decimal 4 133 82 0.97 0 0.38 0.48 156.28 0.94 0.27
Hex 4 85 52 61 0 26 30 9C 5E 1B
Octal 4 205 122 141 0 46 60 234 136 33
Binary 100 10000101 1010010 1100001 0 100110 110000 10011100 1011110 11011

Color Harmonies of #048552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048552

Black with #048552

Text Example


Text Example

White with #048552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048552; }

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

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

background-color css

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

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

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

border-color css

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

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

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