#098246

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

Shades of Salem #098246

Tints of Salem #098246

Color information

#098246 (or 0x098246) is unknown color: approx Salem. HEX triplet: 09, 82 and 46. RGB value is (9,130,70). Sum of RGB (Red+Green+Blue) = 9+130+70=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #098246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098246 is #F67DB9. Grayscale: #575757. Windows color (decimal): -16154042 or 4620809. OLE color: 4620809.

HSL color Cylindrical-coordinate representation of color #098246: hue angle of 150.25º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098246 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB913070-
CMYK0.9300.460.49
HSL150.25º87.05%27.25%-
HSV(B)150.25º93.08%50.98%-
XYZ9.216.478.49-
YUV86.98118.4172.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 130 (51.17% from 255) = 62.20%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=4.31%
G=62.20%
B=33.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9130700.9300.460.49150.2587.0527.25
Hex982465D02E3196571b
Octal112021061350566122612733
Binary10011000001010001101011101010111011000110010110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098246; }

 p { color: rgb(9,130,70); }

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

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

 a { background-color: rgb(9,130,70); }

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

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

 span { border-color: rgb(9,130,70); }

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