#138446

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

Shades of Salem #138446

Tints of Salem #138446

Color information

#138446 (or 0x138446) is unknown color: approx Salem. HEX triplet: 13, 84 and 46. RGB value is (19,132,70). Sum of RGB (Red+Green+Blue) = 19+132+70=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #138446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138446 is #EC7BB9. Grayscale: #5B5B5B. Windows color (decimal): -15498170 or 4621331. OLE color: 4621331.

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

Color convert

RGB1913270-
CMYK0.8600.470.48
HSL147.08º74.83%29.61%-
HSV(B)147.08º85.61%51.76%-
XYZ9.6317.088.58-
YUV91.14116.0676.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 132 (51.95% from 255) = 59.73%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=8.60%
G=59.73%
B=31.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19132700.8600.470.48147.0874.8329.61
Hex1384465602F30934b1e
Octal232041061260576022311336
Binary100111000010010001101010110010111111000010010011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138446; }

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

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

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

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

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

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

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

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