#108D49

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

Shades of Salem #108D49

Tints of Salem #108D49

Color information

#108D49 (or 0x108D49) is unknown color: approx Salem. HEX triplet: 10, 8D and 49. RGB value is (16,141,73). Sum of RGB (Red+Green+Blue) = 16+141+73=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 141 (55.47% from 255 or 61.30% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 141 - color contains mainly: green. Hex color #108D49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108D49 is #EF72B6. Grayscale: #606060. Windows color (decimal): -15692471 or 4820240. OLE color: 4820240.

HSL color Cylindrical-coordinate representation of color #108D49: hue angle of 147.36º 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 #108D49 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB1614173-
CMYK0.8900.480.45
HSL147.36º79.62%30.78%-
HSV(B)147.36º88.65%55.29%-
XYZ10.9419.649.52-
YUV95.87115.0971.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 141 (55.47% from 255) = 61.30%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=6.96%
G=61.30%
B=31.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16141730.8900.480.45147.3679.6230.78
Hex108D49590302D93501f
Octal202151111310605522312037
Binary100001000110110010011011001011000010110110010011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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