#148847

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

Shades of Salem #148847

Tints of Salem #148847

Color information

#148847 (or 0x148847) is unknown color: approx Salem. HEX triplet: 14, 88 and 47. RGB value is (20,136,71). Sum of RGB (Red+Green+Blue) = 20+136+71=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #148847 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148847 is #EB77B8. Grayscale: #5E5E5E. Windows color (decimal): -15431609 or 4687892. OLE color: 4687892.

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

Color convert

RGB2013671-
CMYK0.8500.480.47
HSL146.38º74.36%30.59%-
HSV(B)146.38º85.29%53.33%-
XYZ10.2318.218.94-
YUV93.91115.0775.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.81%
GREEN value IS 136 (53.52% from 255) = 59.91%
BLUE value IS 71 (28.12% from 255) = 31.28%
R=8.81%
G=59.91%
B=31.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20136710.8500.480.47146.3874.3630.59
Hex148847550302F924a1f
Octal242101071250605722211237
Binary101001000100010001111010101011000010111110010010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148847; }

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

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

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

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

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

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

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

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