Html Css Color HEX #048348 Salem

📋 copy color: '#048348'

red 4 ◦ green 131 ◦ blue 72

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

Shades of Salem #048348

Tints of Salem #048348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 1.93%
G = 63.29%
B = 34.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#048348 (or 0x048348) is known color: Salem. HEX triplet: 04, 83 and 48. RGB value is (4,131,72). Sum of RGB (Red+Green+Blue) = 4+131+72=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 131 (51.56% from 255 or 63.29% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 131 - color contains mainly: green. Hex color #048348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048348 is #FB7CB7. Grayscale: #565656. Windows color (decimal): -16481464 or 4752132. OLE color: 4752132.

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

Color convert

RGB 4 131 72 -
CMYK 0.97 0 0.45 0.49
HSL 152.13º 0.94% 0.26% -
HSV(B) 152.13º 0.97% 0.51% -
XYZ 9.34 16.73 8.87 -
YUV 86.3 119.92 69.3 -
System Red Green Blue C M Y K H S L
Decimal 4 131 72 0.97 0 0.45 0.49 152.13 0.94 0.26
Hex 4 83 48 61 0 2D 31 98 5E 1A
Octal 4 203 110 141 0 55 61 230 136 32
Binary 100 10000011 1001000 1100001 0 101101 110001 10011000 1011110 11010

Color Harmonies of #048348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048348

Black with #048348

Text Example


Text Example

White with #048348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048348; }

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

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

background-color css

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

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

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

border-color css

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

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

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