Html Css Color HEX #048850 Salem

📋 copy color: '#048850'

red 4 ◦ green 136 ◦ blue 80

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

Shades of Salem #048850

Tints of Salem #048850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.36%

R = 1.82%
G = 61.82%
B = 36.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#048850 (or 0x048850) is known color: Salem. HEX triplet: 04, 88 and 50. RGB value is (4,136,80). Sum of RGB (Red+Green+Blue) = 4+136+80=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #048850 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048850 is #FB77AF. Grayscale: #5A5A5A. Windows color (decimal): -16480176 or 5277700. OLE color: 5277700.

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

Color convert

RGB 4 136 80 -
CMYK 0.97 0 0.41 0.47
HSL 154.55º 0.94% 0.27% -
HSV(B) 154.55º 0.97% 0.53% -
XYZ 10.3 18.21 10.56 -
YUV 90.15 122.27 66.55 -
System Red Green Blue C M Y K H S L
Decimal 4 136 80 0.97 0 0.41 0.47 154.55 0.94 0.27
Hex 4 88 50 61 0 29 2F 9B 5E 1B
Octal 4 210 120 141 0 51 57 233 136 33
Binary 100 10001000 1010000 1100001 0 101001 101111 10011011 1011110 11011

Color Harmonies of #048850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048850

Black with #048850

Text Example


Text Example

White with #048850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048850; }

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

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

background-color css

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

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

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

border-color css

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

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

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