#098A49

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

Shades of Salem #098A49

Tints of Salem #098A49

Color information

#098A49 (or 0x098A49) is unknown color: approx Salem. HEX triplet: 09, 8A and 49. RGB value is (9,138,73). Sum of RGB (Red+Green+Blue) = 9+138+73=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 138 (54.30% from 255 or 62.73% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 138 - color contains mainly: green. Hex color #098A49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098A49 is #F675B6. Grayscale: #5C5C5C. Windows color (decimal): -16151991 or 4819465. OLE color: 4819465.

HSL color Cylindrical-coordinate representation of color #098A49: hue angle of 149.77º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098A49 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB913873-
CMYK0.9300.470.46
HSL149.77º87.76%28.82%-
HSV(B)149.77º93.48%54.12%-
XYZ10.418.729.37-
YUV92.02117.2668.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 138 (54.30% from 255) = 62.73%
BLUE value IS 73 (28.91% from 255) = 33.18%
R=4.09%
G=62.73%
B=33.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9138730.9300.470.46149.7787.7628.82
Hex98A495D02F2E96581d
Octal112121111350575622613035
Binary10011000101010010011011101010111110111010010110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,138,73); }

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

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

 a { background-color: rgb(9,138,73); }

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

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

 span { border-color: rgb(9,138,73); }

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