#147852

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

Shades of Salem #147852

Tints of Salem #147852

Color information

#147852 (or 0x147852) is unknown color: approx Salem. HEX triplet: 14, 78 and 52. RGB value is (20,120,82). Sum of RGB (Red+Green+Blue) = 20+120+82=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #147852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147852 is #EB87AD. Grayscale: #555555. Windows color (decimal): -15435694 or 5404692. OLE color: 5404692.

HSL color Cylindrical-coordinate representation of color #147852: hue angle of 157.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147852 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB2012082-
CMYK0.8300.320.53
HSL157.2º71.43%27.45%-
HSV(B)157.2º83.33%47.06%-
XYZ8.5314.1910.27-
YUV85.77125.8781.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 120 (47.27% from 255) = 54.05%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=9.01%
G=54.05%
B=36.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120820.8300.320.53157.271.4327.45
Hex14785253020359d471b
Octal241701221230406523510733
Binary10100111100010100101010011010000011010110011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147852; }

 p { color: rgb(20,120,82); }

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

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

 a { background-color: rgb(20,120,82); }

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

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

 span { border-color: rgb(20,120,82); }

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