#098546

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

Shades of Salem #098546

Tints of Salem #098546

Color information

#098546 (or 0x098546) is unknown color: approx Salem. HEX triplet: 09, 85 and 46. RGB value is (9,133,70). Sum of RGB (Red+Green+Blue) = 9+133+70=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #098546 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098546 is #F67AB9. Grayscale: #585858. Windows color (decimal): -16153274 or 4621577. OLE color: 4621577.

HSL color Cylindrical-coordinate representation of color #098546: hue angle of 149.52º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098546 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB913370-
CMYK0.9300.470.48
HSL149.52º87.32%27.84%-
HSV(B)149.52º93.23%52.16%-
XYZ9.6117.288.62-
YUV88.74117.4271.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.25%
GREEN value IS 133 (52.34% from 255) = 62.74%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=4.25%
G=62.74%
B=33.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9133700.9300.470.48149.5287.3227.84
Hex985465D02F3096571c
Octal112051061350576022612734
Binary10011000010110001101011101010111111000010010110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098546; }

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

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

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

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

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

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

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

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