#138551

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

Shades of Salem #138551

Tints of Salem #138551

Color information

#138551 (or 0x138551) is unknown color: approx Salem. HEX triplet: 13, 85 and 51. RGB value is (19,133,81). Sum of RGB (Red+Green+Blue) = 19+133+81=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #138551 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138551 is #EC7AAE. Grayscale: #5D5D5D. Windows color (decimal): -15497903 or 5342483. OLE color: 5342483.

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

Color convert

RGB1913381-
CMYK0.8600.390.48
HSL152.63º75%29.8%-
HSV(B)152.63º85.71%52.16%-
XYZ10.1417.5110.63-
YUV92.99121.2375.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.15%
GREEN value IS 133 (52.34% from 255) = 57.08%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=8.15%
G=57.08%
B=34.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19133810.8600.390.48152.637529.8
Hex1385515602730994b1e
Octal232051211260476023111336
Binary100111000010110100011010110010011111000010011001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138551; }

 p { color: rgb(19,133,81); }

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

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

 a { background-color: rgb(19,133,81); }

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

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

 span { border-color: rgb(19,133,81); }

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