#048341

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

Shades of Salem #048341

Tints of Salem #048341

Color information

#048341 (or 0x048341) is unknown color: approx Salem. HEX triplet: 04, 83 and 41. RGB value is (4,131,65). Sum of RGB (Red+Green+Blue) = 4+131+65=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 131 (51.56% from 255 or 65.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 131 - color contains mainly: green. Hex color #048341 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048341 is #FB7CBE. Grayscale: #555555. Windows color (decimal): -16481471 or 4293380. OLE color: 4293380.

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

Color convert

RGB413165-
CMYK0.9700.500.49
HSL148.82º94.07%26.47%-
HSV(B)148.82º96.95%51.37%-
XYZ9.1216.647.73-
YUV85.5116.4269.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2%
GREEN value IS 131 (51.56% from 255) = 65.5%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=2%
G=65.5%
B=32.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4131650.9700.500.49148.8294.0726.47
Hex483416103231955e1a
Octal42031011410626122513632
Binary1001000001110000011100001011001011000110010101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048341; }

 p { color: rgb(4,131,65); }

 H1.HeaderClassName
 {
   color: #048341;
 }
 .AnyTagClassName
 {
   color: #048341;
 }
</style>
background-color css

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

 a { background-color: rgb(4,131,65); }

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

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

 span { border-color: rgb(4,131,65); }

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