#108E4D

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

Shades of Salem #108E4D

Tints of Salem #108E4D

Color information

#108E4D (or 0x108E4D) is unknown color: approx Salem. HEX triplet: 10, 8E and 4D. RGB value is (16,142,77). Sum of RGB (Red+Green+Blue) = 16+142+77=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 142 (55.86% from 255 or 60.43% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 142 - color contains mainly: green. Hex color #108E4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108E4D is #EF71B2. Grayscale: #616161. Windows color (decimal): -15692211 or 5082640. OLE color: 5082640.

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

Color convert

RGB1614277-
CMYK0.8900.460.44
HSL149.05º79.75%30.98%-
HSV(B)149.05º88.73%55.69%-
XYZ11.2319.9910.29-
YUV96.92116.7670.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.81%
GREEN value IS 142 (55.86% from 255) = 60.43%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=6.81%
G=60.43%
B=32.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16142770.8900.460.44149.0579.7530.98
Hex108E4D5902E2C95501f
Octal202161151310565422512037
Binary100001000111010011011011001010111010110010010101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,142,77); }

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

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

 a { background-color: rgb(16,142,77); }

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

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

 span { border-color: rgb(16,142,77); }

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