#138643

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

Shades of Salem #138643

Tints of Salem #138643

Color information

#138643 (or 0x138643) is unknown color: approx Salem. HEX triplet: 13, 86 and 43. RGB value is (19,134,67). Sum of RGB (Red+Green+Blue) = 19+134+67=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #138643 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138643 is #EC79BC. Grayscale: #5C5C5C. Windows color (decimal): -15497661 or 4425235. OLE color: 4425235.

HSL color Cylindrical-coordinate representation of color #138643: hue angle of 145.04º 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 #138643 is Cyan = 0.86, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB1913467-
CMYK0.8600.50.47
HSL145.04º75.16%30%-
HSV(B)145.04º85.82%52.55%-
XYZ9.8117.598.19-
YUV91.98113.975.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 134 (52.73% from 255) = 60.91%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=8.64%
G=60.91%
B=30.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19134670.8600.50.47145.0475.1630
Hex138643560322F914b1e
Octal232061031260625722111336
Binary100111000011010000111010110011001010111110010001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138643; }

 p { color: rgb(19,134,67); }

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

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

 a { background-color: rgb(19,134,67); }

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

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

 span { border-color: rgb(19,134,67); }

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