#137852

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

Shades of Salem #137852

Tints of Salem #137852

Color information

#137852 (or 0x137852) is unknown color: approx Salem. HEX triplet: 13, 78 and 52. RGB value is (19,120,82). Sum of RGB (Red+Green+Blue) = 19+120+82=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #137852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137852 is #EC87AD. Grayscale: #555555. Windows color (decimal): -15501230 or 5404691. OLE color: 5404691.

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

Color convert

RGB1912082-
CMYK0.8400.320.53
HSL157.43º72.66%27.25%-
HSV(B)157.43º84.17%47.06%-
XYZ8.5114.1810.27-
YUV85.47126.0480.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 120 (47.27% from 255) = 54.30%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=8.60%
G=54.30%
B=37.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120820.8400.320.53157.4372.6627.25
Hex13785254020359d491b
Octal231701221240406523511133
Binary10011111100010100101010100010000011010110011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137852; }

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

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

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

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

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

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

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

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