#148253

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

Shades of Salem #148253

Tints of Salem #148253

Color information

#148253 (or 0x148253) is unknown color: approx Salem. HEX triplet: 14, 82 and 53. RGB value is (20,130,83). Sum of RGB (Red+Green+Blue) = 20+130+83=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #148253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148253 is #EB7DAC. Grayscale: #5B5B5B. Windows color (decimal): -15433133 or 5472788. OLE color: 5472788.

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

Color convert

RGB2013083-
CMYK0.8500.360.49
HSL154.36º73.33%29.41%-
HSV(B)154.36º84.62%50.98%-
XYZ9.8316.7410.9-
YUV91.75123.0676.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.58%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=8.58%
G=55.79%
B=35.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20130830.8500.360.49154.3673.3329.41
Hex14825355024319a491d
Octal242021231250446123211135
Binary101001000001010100111010101010010011000110011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148253; }

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

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

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

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

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

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

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

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