Html Css Color HEX #048143 Salem

📋 copy color: '#048143'

red 4 ◦ green 129 ◦ blue 67

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

Shades of Salem #048143

Tints of Salem #048143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.5%

R = 2%
G = 64.5%
B = 33.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#048143 (or 0x048143) is known color: Salem. HEX triplet: 04, 81 and 43. RGB value is (4,129,67). Sum of RGB (Red+Green+Blue) = 4+129+67=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 129 (50.78% from 255 or 64.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 129 - color contains mainly: green. Hex color #048143 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048143 is #FB7EBC. Grayscale: #545454. Windows color (decimal): -16481981 or 4423940. OLE color: 4423940.

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

Color convert

RGB 4 129 67 -
CMYK 0.97 0 0.48 0.49
HSL 150.24º 0.94% 0.26% -
HSV(B) 150.24º 0.97% 0.51% -
XYZ 8.91 16.13 7.95 -
YUV 84.56 118.09 70.54 -
System Red Green Blue C M Y K H S L
Decimal 4 129 67 0.97 0 0.48 0.49 150.24 0.94 0.26
Hex 4 81 43 61 0 30 31 96 5E 1A
Octal 4 201 103 141 0 60 61 226 136 32
Binary 100 10000001 1000011 1100001 0 110000 110001 10010110 1011110 11010

Color Harmonies of #048143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048143

Black with #048143

Text Example


Text Example

White with #048143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048143; }

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

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

background-color css

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

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

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

border-color css

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

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

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