#138155

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

Shades of Salem #138155

Tints of Salem #138155

Color information

#138155 (or 0x138155) is unknown color: approx Salem. HEX triplet: 13, 81 and 55. RGB value is (19,129,85). Sum of RGB (Red+Green+Blue) = 19+129+85=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #138155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138155 is #EC7EAA. Grayscale: #5B5B5B. Windows color (decimal): -15498923 or 5603603. OLE color: 5603603.

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

Color convert

RGB1912985-
CMYK0.8500.340.49
HSL156º74.32%29.02%-
HSV(B)156º85.27%50.59%-
XYZ9.7616.4911.26-
YUV91.09124.5676.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.15%
GREEN value IS 129 (50.78% from 255) = 55.36%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=8.15%
G=55.36%
B=36.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19129850.8500.340.4915674.3229.02
Hex13815555022319c4a1d
Octal232011251250426123411235
Binary100111000000110101011010101010001011000110011100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138155; }

 p { color: rgb(19,129,85); }

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

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

 a { background-color: rgb(19,129,85); }

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

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

 span { border-color: rgb(19,129,85); }

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