#108D50

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

Shades of Salem #108D50

Tints of Salem #108D50

Color information

#108D50 (or 0x108D50) is unknown color: approx Salem. HEX triplet: 10, 8D and 50. RGB value is (16,141,80). Sum of RGB (Red+Green+Blue) = 16+141+80=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #108D50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108D50 is #EF72AF. Grayscale: #606060. Windows color (decimal): -15692464 or 5278992. OLE color: 5278992.

HSL color Cylindrical-coordinate representation of color #108D50: hue angle of 150.72º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108D50 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB1614180-
CMYK0.8900.430.45
HSL150.72º79.62%30.78%-
HSV(B)150.72º88.65%55.29%-
XYZ11.1919.7410.81-
YUV96.67118.5970.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.75%
GREEN value IS 141 (55.47% from 255) = 59.49%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=6.75%
G=59.49%
B=33.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16141800.8900.430.45150.7279.6230.78
Hex108D505902B2D97501f
Octal202151201310535522712037
Binary100001000110110100001011001010101110110110010111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108D50; }

 p { color: rgb(16,141,80); }

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

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

 a { background-color: rgb(16,141,80); }

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

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

 span { border-color: rgb(16,141,80); }

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