Html Css Color HEX #048353 Salem

📋 copy color: '#048353'

red 4 ◦ green 131 ◦ blue 83

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

Shades of Salem #048353

Tints of Salem #048353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.09%

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

R = 1.83%
G = 60.09%
B = 38.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#048353 (or 0x048353) is known color: Salem. HEX triplet: 04, 83 and 53. RGB value is (4,131,83). Sum of RGB (Red+Green+Blue) = 4+131+83=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 131 (51.56% from 255 or 60.09% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 131 - color contains mainly: green. Hex color #048353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048353 is #FB7CAC. Grayscale: #575757. Windows color (decimal): -16481453 or 5473028. OLE color: 5473028.

HSL color Cylindrical-coordinate representation of color #048353: hue angle of 157.32º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048353 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 131 83 -
CMYK 0.97 0 0.37 0.49
HSL 157.32º 0.94% 0.26% -
HSV(B) 157.32º 0.97% 0.51% -
XYZ 9.73 16.88 10.93 -
YUV 87.56 125.42 68.4 -
System Red Green Blue C M Y K H S L
Decimal 4 131 83 0.97 0 0.37 0.49 157.32 0.94 0.26
Hex 4 83 53 61 0 25 31 9D 5E 1A
Octal 4 203 123 141 0 45 61 235 136 32
Binary 100 10000011 1010011 1100001 0 100101 110001 10011101 1011110 11010

Color Harmonies of #048353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048353

Black with #048353

Text Example


Text Example

White with #048353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048353; }

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

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

background-color css

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

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

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

border-color css

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

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

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