#138850

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

Shades of Salem #138850

Tints of Salem #138850

Color information

#138850 (or 0x138850) is unknown color: approx Salem. HEX triplet: 13, 88 and 50. RGB value is (19,136,80). Sum of RGB (Red+Green+Blue) = 19+136+80=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #138850 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138850 is #EC77AF. Grayscale: #5E5E5E. Windows color (decimal): -15497136 or 5277715. OLE color: 5277715.

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

Color convert

RGB1913680-
CMYK0.8600.410.47
HSL151.28º75.48%30.39%-
HSV(B)151.28º86.03%53.33%-
XYZ10.5218.3310.57-
YUV94.63119.7474.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 136 (53.52% from 255) = 57.87%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=8.09%
G=57.87%
B=34.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19136800.8600.410.47151.2875.4830.39
Hex138850560292F974b1e
Octal232101201260515722711336
Binary100111000100010100001010110010100110111110010111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138850; }

 p { color: rgb(19,136,80); }

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

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

 a { background-color: rgb(19,136,80); }

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

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

 span { border-color: rgb(19,136,80); }

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