#138445

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

Shades of Salem #138445

Tints of Salem #138445

Color information

#138445 (or 0x138445) is unknown color: approx Salem. HEX triplet: 13, 84 and 45. RGB value is (19,132,69). Sum of RGB (Red+Green+Blue) = 19+132+69=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 132 (51.95% from 255 or 60% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 132 - color contains mainly: green. Hex color #138445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138445 is #EC7BBA. Grayscale: #5B5B5B. Windows color (decimal): -15498171 or 4555795. OLE color: 4555795.

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

Color convert

RGB1913269-
CMYK0.8600.480.48
HSL146.55º74.83%29.61%-
HSV(B)146.55º85.61%51.76%-
XYZ9.5917.078.42-
YUV91.03115.5676.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 132 (51.95% from 255) = 60%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=8.64%
G=60%
B=31.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19132690.8600.480.48146.5574.8329.61
Hex1384455603030934b1e
Octal232041051260606022311336
Binary100111000010010001011010110011000011000010010011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138445; }

 p { color: rgb(19,132,69); }

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

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

 a { background-color: rgb(19,132,69); }

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

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

 span { border-color: rgb(19,132,69); }

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