#048143

Color #048143 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #048143

Tints of Salem #048143

Color information

#048143 (or 0x048143) is unknown color: approx 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

RGB412967-
CMYK0.9700.480.49
HSL150.24º93.98%26.08%-
HSV(B)150.24º96.9%50.59%-
XYZ8.9116.137.95-
YUV84.56118.0970.54-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4129670.9700.480.49150.2493.9826.08
Hex481436103031965e1a
Octal42011031410606122613632
Binary1001000000110000111100001011000011000110010110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>