#137952

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

Shades of Salem #137952

Tints of Salem #137952

Color information

#137952 (or 0x137952) is unknown color: approx Salem. HEX triplet: 13, 79 and 52. RGB value is (19,121,82). Sum of RGB (Red+Green+Blue) = 19+121+82=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #137952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137952 is #EC86AD. Grayscale: #565656. Windows color (decimal): -15500974 or 5404947. OLE color: 5404947.

HSL color Cylindrical-coordinate representation of color #137952: hue angle of 157.06º 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 #137952 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1912182-
CMYK0.8400.320.53
HSL157.06º72.86%27.45%-
HSV(B)157.06º84.3%47.45%-
XYZ8.6314.4210.31-
YUV86.06125.7180.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 121 (47.66% from 255) = 54.50%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=8.56%
G=54.50%
B=36.94%

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
Decimal19121820.8400.320.53157.0672.8627.45
Hex13795254020359d491b
Octal231711221240406523511133
Binary10011111100110100101010100010000011010110011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137952; }

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

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

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

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

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

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

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

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