#148251

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

Shades of Salem #148251

Tints of Salem #148251

Color information

#148251 (or 0x148251) is unknown color: approx Salem. HEX triplet: 14, 82 and 51. RGB value is (20,130,81). Sum of RGB (Red+Green+Blue) = 20+130+81=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #148251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148251 is #EB7DAE. Grayscale: #5B5B5B. Windows color (decimal): -15433135 or 5341716. OLE color: 5341716.

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

Color convert

RGB2013081-
CMYK0.8500.380.49
HSL153.27º73.33%29.41%-
HSV(B)153.27º84.62%50.98%-
XYZ9.7616.7110.5-
YUV91.52122.0676.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 130 (51.17% from 255) = 56.28%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=8.66%
G=56.28%
B=35.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20130810.8500.380.49153.2773.3329.41
Hex148251550263199491d
Octal242021211250466123111135
Binary101001000001010100011010101010011011000110011001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148251; }

 p { color: rgb(20,130,81); }

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

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

 a { background-color: rgb(20,130,81); }

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

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

 span { border-color: rgb(20,130,81); }

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