#138150

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

Shades of Salem #138150

Tints of Salem #138150

Color information

#138150 (or 0x138150) is unknown color: approx Salem. HEX triplet: 13, 81 and 50. RGB value is (19,129,80). Sum of RGB (Red+Green+Blue) = 19+129+80=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #138150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138150 is #EC7EAF. Grayscale: #5A5A5A. Windows color (decimal): -15498928 or 5275923. OLE color: 5275923.

HSL color Cylindrical-coordinate representation of color #138150: hue angle of 153.27º 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 #138150 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1912980-
CMYK0.8500.380.49
HSL153.27º74.32%29.02%-
HSV(B)153.27º85.27%50.59%-
XYZ9.5716.4210.25-
YUV90.52122.0676.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 129 (50.78% from 255) = 56.58%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=8.33%
G=56.58%
B=35.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19129800.8500.380.49153.2774.3229.02
Hex1381505502631994a1d
Octal232011201250466123111235
Binary100111000000110100001010101010011011000110011001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138150; }

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

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

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

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

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

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

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

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