#108D48

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

Shades of Salem #108D48

Tints of Salem #108D48

Color information

#108D48 (or 0x108D48) is unknown color: approx Salem. HEX triplet: 10, 8D and 48. RGB value is (16,141,72). Sum of RGB (Red+Green+Blue) = 16+141+72=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 141 (55.47% from 255 or 61.57% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 141 - color contains mainly: green. Hex color #108D48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108D48 is #EF72B7. Grayscale: #5F5F5F. Windows color (decimal): -15692472 or 4754704. OLE color: 4754704.

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

Color convert

RGB1614172-
CMYK0.8900.490.45
HSL146.88º79.62%30.78%-
HSV(B)146.88º88.65%55.29%-
XYZ10.9119.639.34-
YUV95.76114.5971.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 141 (55.47% from 255) = 61.57%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=6.99%
G=61.57%
B=31.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16141720.8900.490.45146.8879.6230.78
Hex108D48590312D93501f
Octal202151101310615522312037
Binary100001000110110010001011001011000110110110010011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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