#098549

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

Shades of Salem #098549

Tints of Salem #098549

Color information

#098549 (or 0x098549) is unknown color: approx Salem. HEX triplet: 09, 85 and 49. RGB value is (9,133,73). Sum of RGB (Red+Green+Blue) = 9+133+73=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #098549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098549 is #F67AB6. Grayscale: #595959. Windows color (decimal): -16153271 or 4818185. OLE color: 4818185.

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

Color convert

RGB913373-
CMYK0.9300.450.48
HSL150.97º87.32%27.84%-
HSV(B)150.97º93.23%52.16%-
XYZ9.717.319.13-
YUV89.08118.9270.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.19%
GREEN value IS 133 (52.34% from 255) = 61.86%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=4.19%
G=61.86%
B=33.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9133730.9300.450.48150.9787.3227.84
Hex985495D02D3097571c
Octal112051111350556022712734
Binary10011000010110010011011101010110111000010010111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098549; }

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

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

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

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

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

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

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

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