#138749

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

Shades of Salem #138749

Tints of Salem #138749

Color information

#138749 (or 0x138749) is unknown color: approx Salem. HEX triplet: 13, 87 and 49. RGB value is (19,135,73). Sum of RGB (Red+Green+Blue) = 19+135+73=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #138749 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138749 is #EC78B6. Grayscale: #5D5D5D. Windows color (decimal): -15497399 or 4818707. OLE color: 4818707.

HSL color Cylindrical-coordinate representation of color #138749: hue angle of 147.93º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138749 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1913573-
CMYK0.8600.460.47
HSL147.93º75.32%30.2%-
HSV(B)147.93º85.93%52.94%-
XYZ10.1417.959.23-
YUV93.25116.5775.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 135 (53.12% from 255) = 59.47%
BLUE value IS 73 (28.91% from 255) = 32.16%
R=8.37%
G=59.47%
B=32.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19135730.8600.460.47147.9375.3230.2
Hex1387495602E2F944b1e
Octal232071111260565722411336
Binary100111000011110010011010110010111010111110010100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138749; }

 p { color: rgb(19,135,73); }

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

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

 a { background-color: rgb(19,135,73); }

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

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

 span { border-color: rgb(19,135,73); }

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