#098642

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

Shades of Salem #098642

Tints of Salem #098642

Color information

#098642 (or 0x098642) is unknown color: approx Salem. HEX triplet: 09, 86 and 42. RGB value is (9,134,66). Sum of RGB (Red+Green+Blue) = 9+134+66=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 134 (52.73% from 255 or 64.11% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 134 - color contains mainly: green. Hex color #098642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098642 is #F679BD. Grayscale: #595959. Windows color (decimal): -16153022 or 4359689. OLE color: 4359689.

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

Color convert

RGB913466-
CMYK0.9300.510.47
HSL147.36º87.41%28.04%-
HSV(B)147.36º93.28%52.55%-
XYZ9.6217.58.03-
YUV88.87115.0971.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 134 (52.73% from 255) = 64.11%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=4.31%
G=64.11%
B=31.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9134660.9300.510.47147.3687.4128.04
Hex986425D0332F93571c
Octal112061021350635722312734
Binary10011000011010000101011101011001110111110010011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098642; }

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

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

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

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

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

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

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

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