#098649

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

Shades of Salem #098649

Tints of Salem #098649

Color information

#098649 (or 0x098649) is unknown color: approx Salem. HEX triplet: 09, 86 and 49. RGB value is (9,134,73). Sum of RGB (Red+Green+Blue) = 9+134+73=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #098649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098649 is #F679B6. Grayscale: #595959. Windows color (decimal): -16153015 or 4818441. OLE color: 4818441.

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

Color convert

RGB913473-
CMYK0.9300.460.47
HSL150.72º87.41%28.04%-
HSV(B)150.72º93.28%52.55%-
XYZ9.8417.599.18-
YUV89.67118.5970.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 134 (52.73% from 255) = 62.04%
BLUE value IS 73 (28.91% from 255) = 33.80%
R=4.17%
G=62.04%
B=33.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9134730.9300.460.47150.7287.4128.04
Hex986495D02E2F97571c
Octal112061111350565722712734
Binary10011000011010010011011101010111010111110010111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098649; }

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

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

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

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

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

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

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

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