#098253

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

Shades of Salem #098253

Tints of Salem #098253

Color information

#098253 (or 0x098253) is unknown color: approx Salem. HEX triplet: 09, 82 and 53. RGB value is (9,130,83). Sum of RGB (Red+Green+Blue) = 9+130+83=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #098253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098253 is #F67DAC. Grayscale: #585858. Windows color (decimal): -16154029 or 5472777. OLE color: 5472777.

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

Color convert

RGB913083-
CMYK0.9300.360.49
HSL156.69º87.05%27.25%-
HSV(B)156.69º93.08%50.98%-
XYZ9.6616.6510.89-
YUV88.46124.9171.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.05%
GREEN value IS 130 (51.17% from 255) = 58.56%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=4.05%
G=58.56%
B=37.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9130830.9300.360.49156.6987.0527.25
Hex982535D024319d571b
Octal112021231350446123512733
Binary10011000001010100111011101010010011000110011101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098253; }

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

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

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

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

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

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

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

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