#108C49

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

Shades of Salem #108C49

Tints of Salem #108C49

Color information

#108C49 (or 0x108C49) is unknown color: approx Salem. HEX triplet: 10, 8C and 49. RGB value is (16,140,73). Sum of RGB (Red+Green+Blue) = 16+140+73=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 140 (55.08% from 255 or 61.14% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 140 - color contains mainly: green. Hex color #108C49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108C49 is #EF73B6. Grayscale: #5F5F5F. Windows color (decimal): -15692727 or 4819984. OLE color: 4819984.

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

Color convert

RGB1614073-
CMYK0.8900.480.45
HSL147.58º79.49%30.59%-
HSV(B)147.58º88.57%54.9%-
XYZ10.7919.359.47-
YUV95.29115.4271.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 140 (55.08% from 255) = 61.14%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=6.99%
G=61.14%
B=31.88%

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
Decimal16140730.8900.480.45147.5879.4930.59
Hex108C49590302D944f1f
Octal202141111310605522411737
Binary100001000110010010011011001011000010110110010100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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