#148841

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

Shades of Salem #148841

Tints of Salem #148841

Color information

#148841 (or 0x148841) is unknown color: approx Salem. HEX triplet: 14, 88 and 41. RGB value is (20,136,65). Sum of RGB (Red+Green+Blue) = 20+136+65=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #148841 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148841 is #EB77BE. Grayscale: #5D5D5D. Windows color (decimal): -15431615 or 4294676. OLE color: 4294676.

HSL color Cylindrical-coordinate representation of color #148841: hue angle of 143.28º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148841 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB2013665-
CMYK0.8500.520.47
HSL143.28º74.36%30.59%-
HSV(B)143.28º85.29%53.33%-
XYZ10.0518.147.97-
YUV93.22112.0775.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 136 (53.52% from 255) = 61.54%
BLUE value IS 65 (25.78% from 255) = 29.41%
R=9.05%
G=61.54%
B=29.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20136650.8500.520.47143.2874.3630.59
Hex148841550342F8f4a1f
Octal242101011250645721711237
Binary101001000100010000011010101011010010111110001111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148841; }

 p { color: rgb(20,136,65); }

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

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

 a { background-color: rgb(20,136,65); }

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

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

 span { border-color: rgb(20,136,65); }

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