Html Css Color HEX #048849 Salem

📋 copy color: '#048849'

red 4 ◦ green 136 ◦ blue 73

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

Shades of Salem #048849

Tints of Salem #048849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 63.85%

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

R = 1.88%
G = 63.85%
B = 34.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#048849 (or 0x048849) is known color: Salem. HEX triplet: 04, 88 and 49. RGB value is (4,136,73). Sum of RGB (Red+Green+Blue) = 4+136+73=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 136 (53.52% from 255 or 63.85% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 136 - color contains mainly: green. Hex color #048849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048849 is #FB77B6. Grayscale: #595959. Windows color (decimal): -16480183 or 4818948. OLE color: 4818948.

HSL color Cylindrical-coordinate representation of color #048849: hue angle of 151.36º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048849 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 136 73 -
CMYK 0.97 0 0.46 0.47
HSL 151.36º 0.94% 0.27% -
HSV(B) 151.36º 0.97% 0.53% -
XYZ 10.06 18.12 9.27 -
YUV 89.35 118.77 67.12 -
System Red Green Blue C M Y K H S L
Decimal 4 136 73 0.97 0 0.46 0.47 151.36 0.94 0.27
Hex 4 88 49 61 0 2E 2F 97 5E 1B
Octal 4 210 111 141 0 56 57 227 136 33
Binary 100 10001000 1001001 1100001 0 101110 101111 10010111 1011110 11011

Color Harmonies of #048849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048849

Black with #048849

Text Example


Text Example

White with #048849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048849; }

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

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

background-color css

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

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

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

border-color css

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

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

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