#098349

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

Shades of Salem #098349

Tints of Salem #098349

Color information

#098349 (or 0x098349) is unknown color: approx Salem. HEX triplet: 09, 83 and 49. RGB value is (9,131,73). Sum of RGB (Red+Green+Blue) = 9+131+73=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #098349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098349 is #F67CB6. Grayscale: #585858. Windows color (decimal): -16153783 or 4817673. OLE color: 4817673.

HSL color Cylindrical-coordinate representation of color #098349: hue angle of 151.48º 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 #098349 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB913173-
CMYK0.9300.440.49
HSL151.48º87.14%27.45%-
HSV(B)151.48º93.13%51.37%-
XYZ9.4316.779.04-
YUV87.91119.5871.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 131 (51.56% from 255) = 61.50%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=4.23%
G=61.50%
B=34.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9131730.9300.440.49151.4887.1427.45
Hex983495D02C3197571b
Octal112031111350546122712733
Binary10011000001110010011011101010110011000110010111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098349; }

 p { color: rgb(9,131,73); }

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

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

 a { background-color: rgb(9,131,73); }

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

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

 span { border-color: rgb(9,131,73); }

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