Html Css Color HEX #048852 Salem

📋 copy color: '#048852'

red 4 ◦ green 136 ◦ blue 82

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

Shades of Salem #048852

Tints of Salem #048852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 1.8%
G = 61.26%
B = 36.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#048852 (or 0x048852) is known color: Salem. HEX triplet: 04, 88 and 52. RGB value is (4,136,82). Sum of RGB (Red+Green+Blue) = 4+136+82=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 136 (53.52% from 255 or 61.26% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 136 - color contains mainly: green. Hex color #048852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048852 is #FB77AD. Grayscale: #5A5A5A. Windows color (decimal): -16480174 or 5408772. OLE color: 5408772.

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

Color convert

RGB 4 136 82 -
CMYK 0.97 0 0.40 0.47
HSL 155.45º 0.94% 0.27% -
HSV(B) 155.45º 0.97% 0.53% -
XYZ 10.38 18.24 10.96 -
YUV 90.38 123.27 66.39 -
System Red Green Blue C M Y K H S L
Decimal 4 136 82 0.97 0 0.40 0.47 155.45 0.94 0.27
Hex 4 88 52 61 0 28 2F 9B 5E 1B
Octal 4 210 122 141 0 50 57 233 136 33
Binary 100 10001000 1010010 1100001 0 101000 101111 10011011 1011110 11011

Color Harmonies of #048852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048852

Black with #048852

Text Example


Text Example

White with #048852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048852; }

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

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

background-color css

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

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

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

border-color css

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

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

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