#098441

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

Shades of Salem #098441

Tints of Salem #098441

Color information

#098441 (or 0x098441) is unknown color: approx Salem. HEX triplet: 09, 84 and 41. RGB value is (9,132,65). Sum of RGB (Red+Green+Blue) = 9+132+65=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #098441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098441 is #F67BBE. Grayscale: #575757. Windows color (decimal): -16153535 or 4293641. OLE color: 4293641.

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

Color convert

RGB913265-
CMYK0.9300.510.48
HSL147.32º87.23%27.65%-
HSV(B)147.32º93.18%51.76%-
XYZ9.3216.947.78-
YUV87.58115.2571.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 132 (51.95% from 255) = 64.08%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=4.37%
G=64.08%
B=31.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9132650.9300.510.48147.3287.2327.65
Hex984415D0333093571c
Octal112041011350636022312734
Binary10011000010010000011011101011001111000010010011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098441; }

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

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

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

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

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

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

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

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