#098548

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

Shades of Salem #098548

Tints of Salem #098548

Color information

#098548 (or 0x098548) is unknown color: approx Salem. HEX triplet: 09, 85 and 48. RGB value is (9,133,72). Sum of RGB (Red+Green+Blue) = 9+133+72=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #098548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098548 is #F67AB7. Grayscale: #595959. Windows color (decimal): -16153272 or 4752649. OLE color: 4752649.

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

Color convert

RGB913372-
CMYK0.9300.460.48
HSL150.48º87.32%27.84%-
HSV(B)150.48º93.23%52.16%-
XYZ9.6717.38.96-
YUV88.97118.4270.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 133 (52.34% from 255) = 62.15%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=4.21%
G=62.15%
B=33.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9133720.9300.460.48150.4887.3227.84
Hex985485D02E3096571c
Octal112051101350566022612734
Binary10011000010110010001011101010111011000010010110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098548; }

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

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

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

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

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

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

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

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