#148742

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

Shades of Salem #148742

Tints of Salem #148742

Color information

#148742 (or 0x148742) is unknown color: approx Salem. HEX triplet: 14, 87 and 42. RGB value is (20,135,66). Sum of RGB (Red+Green+Blue) = 20+135+66=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 135 (53.12% from 255 or 61.09% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 135 - color contains mainly: green. Hex color #148742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148742 is #EB78BD. Grayscale: #5C5C5C. Windows color (decimal): -15431870 or 4359956. OLE color: 4359956.

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

Color convert

RGB2013566-
CMYK0.8500.510.47
HSL144º74.19%30.39%-
HSV(B)144º85.19%52.94%-
XYZ9.9417.878.08-
YUV92.75112.976.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 135 (53.12% from 255) = 61.09%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=9.05%
G=61.09%
B=29.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20135660.8500.510.4714474.1930.39
Hex148742550332F904a1e
Octal242071021250635722011236
Binary101001000011110000101010101011001110111110010000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148742; }

 p { color: rgb(20,135,66); }

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

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

 a { background-color: rgb(20,135,66); }

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

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

 span { border-color: rgb(20,135,66); }

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