#098342

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

Shades of Salem #098342

Tints of Salem #098342

Color information

#098342 (or 0x098342) is unknown color: approx Salem. HEX triplet: 09, 83 and 42. RGB value is (9,131,66). Sum of RGB (Red+Green+Blue) = 9+131+66=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 131 (51.56% from 255 or 63.59% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 131 - color contains mainly: green. Hex color #098342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098342 is #F67CBD. Grayscale: #575757. Windows color (decimal): -16153790 or 4358921. OLE color: 4358921.

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

Color convert

RGB913166-
CMYK0.9300.500.49
HSL148.03º87.14%27.45%-
HSV(B)148.03º93.13%51.37%-
XYZ9.2116.687.89-
YUV87.11116.0872.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 131 (51.56% from 255) = 63.59%
BLUE value IS 66 (26.17% from 255) = 32.04%
R=4.37%
G=63.59%
B=32.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9131660.9300.500.49148.0387.1427.45
Hex983425D0323194571b
Octal112031021350626122412733
Binary10011000001110000101011101011001011000110010100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098342; }

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

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

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

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

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

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

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

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