Html Css Color HEX #048248 Salem

📋 copy color: '#048248'

red 4 ◦ green 130 ◦ blue 72

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

Shades of Salem #048248

Tints of Salem #048248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 63.11%

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

R = 1.94%
G = 63.11%
B = 34.95%

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

#048248 (or 0x048248) is known color: Salem. HEX triplet: 04, 82 and 48. RGB value is (4,130,72). Sum of RGB (Red+Green+Blue) = 4+130+72=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #048248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048248 is #FB7DB7. Grayscale: #555555. Windows color (decimal): -16481720 or 4751876. OLE color: 4751876.

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

Color convert

RGB 4 130 72 -
CMYK 0.97 0 0.45 0.49
HSL 152.38º 0.94% 0.26% -
HSV(B) 152.38º 0.97% 0.51% -
XYZ 9.2 16.46 8.82 -
YUV 85.71 120.26 69.72 -
System Red Green Blue C M Y K H S L
Decimal 4 130 72 0.97 0 0.45 0.49 152.38 0.94 0.26
Hex 4 82 48 61 0 2D 31 98 5E 1A
Octal 4 202 110 141 0 55 61 230 136 32
Binary 100 10000010 1001000 1100001 0 101101 110001 10011000 1011110 11010

Color Harmonies of #048248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048248

Black with #048248

Text Example


Text Example

White with #048248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048248; }

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

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

background-color css

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

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

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

border-color css

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

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

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