Html Css Color HEX #048553 Salem

📋 copy color: '#048553'

red 4 ◦ green 133 ◦ blue 83

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

Shades of Salem #048553

Tints of Salem #048553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 1.82%
G = 60.45%
B = 37.73%

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

#048553 (or 0x048553) is known color: Salem. HEX triplet: 04, 85 and 53. RGB value is (4,133,83). Sum of RGB (Red+Green+Blue) = 4+133+83=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #048553 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048553 is #FB7AAC. Grayscale: #585858. Windows color (decimal): -16480941 or 5473540. OLE color: 5473540.

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

Color convert

RGB 4 133 83 -
CMYK 0.97 0 0.38 0.48
HSL 156.74º 0.94% 0.27% -
HSV(B) 156.74º 0.97% 0.52% -
XYZ 10 17.43 11.02 -
YUV 88.73 124.76 67.57 -
System Red Green Blue C M Y K H S L
Decimal 4 133 83 0.97 0 0.38 0.48 156.74 0.94 0.27
Hex 4 85 53 61 0 26 30 9D 5E 1B
Octal 4 205 123 141 0 46 60 235 136 33
Binary 100 10000101 1010011 1100001 0 100110 110000 10011101 1011110 11011

Color Harmonies of #048553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048553

Black with #048553

Text Example


Text Example

White with #048553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048553; }

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

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

background-color css

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

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

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

border-color css

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

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

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