Html Css Color HEX #048150 Salem

📋 copy color: '#048150'

red 4 ◦ green 129 ◦ blue 80

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

Shades of Salem #048150

Tints of Salem #048150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.56%

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

R = 1.88%
G = 60.56%
B = 37.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#048150 (or 0x048150) is known color: Salem. HEX triplet: 04, 81 and 50. RGB value is (4,129,80). Sum of RGB (Red+Green+Blue) = 4+129+80=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #048150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048150 is #FB7EAF. Grayscale: #565656. Windows color (decimal): -16481968 or 5275908. OLE color: 5275908.

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

Color convert

RGB 4 129 80 -
CMYK 0.97 0 0.38 0.49
HSL 156.48º 0.94% 0.26% -
HSV(B) 156.48º 0.97% 0.51% -
XYZ 9.35 16.31 10.24 -
YUV 86.04 124.59 69.48 -
System Red Green Blue C M Y K H S L
Decimal 4 129 80 0.97 0 0.38 0.49 156.48 0.94 0.26
Hex 4 81 50 61 0 26 31 9C 5E 1A
Octal 4 201 120 141 0 46 61 234 136 32
Binary 100 10000001 1010000 1100001 0 100110 110001 10011100 1011110 11010

Color Harmonies of #048150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048150

Black with #048150

Text Example


Text Example

White with #048150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048150; }

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

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

background-color css

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

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

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

border-color css

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

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

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