Html Css Color HEX #048049 Salem

📋 copy color: '#048049'

red 4 ◦ green 128 ◦ blue 73

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

Shades of Salem #048049

Tints of Salem #048049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 62.44%

 BLUE value IS 73 (28.91% from 255) = 35.61%

R = 1.95%
G = 62.44%
B = 35.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#048049 (or 0x048049) is known color: Salem. HEX triplet: 04, 80 and 49. RGB value is (4,128,73). Sum of RGB (Red+Green+Blue) = 4+128+73=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 128 (50.39% from 255 or 62.44% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 128 - color contains mainly: green. Hex color #048049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048049 is #FB7FB6. Grayscale: #545454. Windows color (decimal): -16482231 or 4816900. OLE color: 4816900.

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

Color convert

RGB 4 128 73 -
CMYK 0.97 0 0.43 0.50
HSL 153.39º 0.94% 0.26% -
HSV(B) 153.39º 0.97% 0.5% -
XYZ 8.97 15.95 8.91 -
YUV 84.65 121.42 70.47 -
System Red Green Blue C M Y K H S L
Decimal 4 128 73 0.97 0 0.43 0.50 153.39 0.94 0.26
Hex 4 80 49 61 0 2B 32 99 5E 1A
Octal 4 200 111 141 0 53 62 231 136 32
Binary 100 10000000 1001001 1100001 0 101011 110010 10011001 1011110 11010

Color Harmonies of #048049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048049

Black with #048049

Text Example


Text Example

White with #048049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048049; }

 p { color: rgb(4,128,73); }

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

background-color css

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

 a { background-color: rgb(4,128,73); }

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

border-color css

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

 span { border-color: rgb(4,128,73); }

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