#108D58

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

Shades of Salem #108D58

Tints of Salem #108D58

Color information

#108D58 (or 0x108D58) is unknown color: approx Salem. HEX triplet: 10, 8D and 58. RGB value is (16,141,88). Sum of RGB (Red+Green+Blue) = 16+141+88=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 141 (55.47% from 255 or 57.55% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 141 - color contains mainly: green. Hex color #108D58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108D58 is #EF72A7. Grayscale: #616161. Windows color (decimal): -15692456 or 5803280. OLE color: 5803280.

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

Color convert

RGB1614188-
CMYK0.8900.380.45
HSL154.56º79.62%30.78%-
HSV(B)154.56º88.65%55.29%-
XYZ11.519.8612.46-
YUV97.58122.5969.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 141 (55.47% from 255) = 57.55%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=6.53%
G=57.55%
B=35.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16141880.8900.380.45154.5679.6230.78
Hex108D58590262D9b501f
Octal202151301310465523312037
Binary100001000110110110001011001010011010110110011011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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