#138056

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

Shades of Salem #138056

Tints of Salem #138056

Color information

#138056 (or 0x138056) is unknown color: approx Salem. HEX triplet: 13, 80 and 56. RGB value is (19,128,86). Sum of RGB (Red+Green+Blue) = 19+128+86=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #138056 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138056 is #EC7FA9. Grayscale: #5A5A5A. Windows color (decimal): -15499178 or 5668883. OLE color: 5668883.

HSL color Cylindrical-coordinate representation of color #138056: hue angle of 156.88º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138056 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB1912886-
CMYK0.8500.330.50
HSL156.88º74.15%28.82%-
HSV(B)156.88º85.16%50.2%-
XYZ9.6716.2511.43-
YUV90.62125.3976.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.15%
GREEN value IS 128 (50.39% from 255) = 54.94%
BLUE value IS 86 (33.98% from 255) = 36.91%
R=8.15%
G=54.94%
B=36.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19128860.8500.330.50156.8874.1528.82
Hex13805655021329d4a1d
Octal232001261250416223511235
Binary100111000000010101101010101010000111001010011101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138056; }

 p { color: rgb(19,128,86); }

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

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

 a { background-color: rgb(19,128,86); }

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

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

 span { border-color: rgb(19,128,86); }

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