#098D45

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

Shades of Salem #098D45

Tints of Salem #098D45

Color information

#098D45 (or 0x098D45) is unknown color: approx Salem. HEX triplet: 09, 8D and 45. RGB value is (9,141,69). Sum of RGB (Red+Green+Blue) = 9+141+69=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 141 (55.47% from 255 or 64.38% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 141 - color contains mainly: green. Hex color #098D45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098D45 is #F672BA. Grayscale: #5D5D5D. Windows color (decimal): -16151227 or 4558089. OLE color: 4558089.

HSL color Cylindrical-coordinate representation of color #098D45: hue angle of 147.27º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098D45 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB914169-
CMYK0.9400.510.45
HSL147.27º88%29.41%-
HSV(B)147.27º93.62%55.29%-
XYZ10.7119.548.84-
YUV93.32114.2767.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.11%
GREEN value IS 141 (55.47% from 255) = 64.38%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=4.11%
G=64.38%
B=31.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9141690.9400.510.45147.278829.41
Hex98D455E0332D93581d
Octal112151051360635522313035
Binary10011000110110001011011110011001110110110010011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098D45; }

 p { color: rgb(9,141,69); }

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

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

 a { background-color: rgb(9,141,69); }

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

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

 span { border-color: rgb(9,141,69); }

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