#108F47

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

Shades of Salem #108F47

Tints of Salem #108F47

Color information

#108F47 (or 0x108F47) is unknown color: approx Salem. HEX triplet: 10, 8F and 47. RGB value is (16,143,71). Sum of RGB (Red+Green+Blue) = 16+143+71=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 143 (56.25% from 255 or 62.17% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 143 - color contains mainly: green. Hex color #108F47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108F47 is #EF70B8. Grayscale: #606060. Windows color (decimal): -15691961 or 4689680. OLE color: 4689680.

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

Color convert

RGB1614371-
CMYK0.8900.500.44
HSL145.98º79.87%31.18%-
HSV(B)145.98º88.81%56.08%-
XYZ11.1720.219.27-
YUV96.82113.4270.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 143 (56.25% from 255) = 62.17%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=6.96%
G=62.17%
B=30.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16143710.8900.500.44145.9879.8731.18
Hex108F47590322C92501f
Octal202171071310625422212037
Binary100001000111110001111011001011001010110010010010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,143,71); }

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

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

 a { background-color: rgb(16,143,71); }

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

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

 span { border-color: rgb(16,143,71); }

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