#108249

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

Shades of Salem #108249

Tints of Salem #108249

Color information

#108249 (or 0x108249) is unknown color: approx Salem. HEX triplet: 10, 82 and 49. RGB value is (16,130,73). Sum of RGB (Red+Green+Blue) = 16+130+73=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #108249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108249 is #EF7DB6. Grayscale: #595959. Windows color (decimal): -15695287 or 4817424. OLE color: 4817424.

HSL color Cylindrical-coordinate representation of color #108249: hue angle of 150º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108249 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1613073-
CMYK0.8800.440.49
HSL150º78.08%28.63%-
HSV(B)150º87.69%50.98%-
XYZ9.416.569-
YUV89.42118.7375.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.31%
GREEN value IS 130 (51.17% from 255) = 59.36%
BLUE value IS 73 (28.91% from 255) = 33.33%
R=7.31%
G=59.36%
B=33.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16130730.8800.440.4915078.0828.63
Hex1082495802C31964e1d
Octal202021111300546122611635
Binary100001000001010010011011000010110011000110010110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108249; }

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

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

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

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

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

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

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

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