#148050

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

Shades of Salem #148050

Tints of Salem #148050

Color information

#148050 (or 0x148050) is unknown color: approx Salem. HEX triplet: 14, 80 and 50. RGB value is (20,128,80). Sum of RGB (Red+Green+Blue) = 20+128+80=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #148050 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148050 is #EB7FAF. Grayscale: #5A5A5A. Windows color (decimal): -15433648 or 5275668. OLE color: 5275668.

HSL color Cylindrical-coordinate representation of color #148050: hue angle of 153.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148050 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB2012880-
CMYK0.8400.380.50
HSL153.33º72.97%29.02%-
HSV(B)153.33º84.38%50.2%-
XYZ9.4616.1710.21-
YUV90.24122.2277.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 128 (50.39% from 255) = 56.14%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=8.77%
G=56.14%
B=35.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20128800.8400.380.50153.3372.9729.02
Hex148050540263299491d
Octal242001201240466223111135
Binary101001000000010100001010100010011011001010011001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148050; }

 p { color: rgb(20,128,80); }

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

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

 a { background-color: rgb(20,128,80); }

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

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

 span { border-color: rgb(20,128,80); }

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