#098442

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

Shades of Salem #098442

Tints of Salem #098442

Color information

#098442 (or 0x098442) is unknown color: approx Salem. HEX triplet: 09, 84 and 42. RGB value is (9,132,66). Sum of RGB (Red+Green+Blue) = 9+132+66=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #098442 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098442 is #F67BBD. Grayscale: #575757. Windows color (decimal): -16153534 or 4359177. OLE color: 4359177.

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

Color convert

RGB913266-
CMYK0.9300.50.48
HSL147.8º87.23%27.65%-
HSV(B)147.8º93.18%51.76%-
XYZ9.3516.957.93-
YUV87.7115.7571.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 132 (51.95% from 255) = 63.77%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=4.35%
G=63.77%
B=31.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9132660.9300.50.48147.887.2327.65
Hex984425D0323094571c
Octal112041021350626022412734
Binary10011000010010000101011101011001011000010010100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098442; }

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

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

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

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

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

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

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

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