#108B4C

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

Shades of Salem #108B4C

Tints of Salem #108B4C

Color information

#108B4C (or 0x108B4C) is unknown color: approx Salem. HEX triplet: 10, 8B and 4C. RGB value is (16,139,76). Sum of RGB (Red+Green+Blue) = 16+139+76=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #108B4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108B4C is #EF74B3. Grayscale: #5F5F5F. Windows color (decimal): -15692980 or 5016336. OLE color: 5016336.

HSL color Cylindrical-coordinate representation of color #108B4C: hue angle of 149.27º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108B4C is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB1613976-
CMYK0.8800.450.45
HSL149.27º79.35%30.39%-
HSV(B)149.27º88.49%54.51%-
XYZ10.7519.19.96-
YUV95.04117.2571.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.93%
GREEN value IS 139 (54.69% from 255) = 60.17%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=6.93%
G=60.17%
B=32.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16139760.8800.450.45149.2779.3530.39
Hex108B4C5802D2D954f1e
Octal202131141300555522511736
Binary100001000101110011001011000010110110110110010101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,139,76); }

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

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

 a { background-color: rgb(16,139,76); }

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

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

 span { border-color: rgb(16,139,76); }

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