#138650

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

Shades of Salem #138650

Tints of Salem #138650

Color information

#138650 (or 0x138650) is unknown color: approx Salem. HEX triplet: 13, 86 and 50. RGB value is (19,134,80). Sum of RGB (Red+Green+Blue) = 19+134+80=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #138650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138650 is #EC79AF. Grayscale: #5D5D5D. Windows color (decimal): -15497648 or 5277203. OLE color: 5277203.

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

Color convert

RGB1913480-
CMYK0.8600.400.47
HSL151.83º75.16%30%-
HSV(B)151.83º85.82%52.55%-
XYZ10.2417.7710.48-
YUV93.46120.474.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.15%
GREEN value IS 134 (52.73% from 255) = 57.51%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=8.15%
G=57.51%
B=34.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19134800.8600.400.47151.8375.1630
Hex138650560282F984b1e
Octal232061201260505723011336
Binary100111000011010100001010110010100010111110011000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138650; }

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

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

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

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

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

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

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

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