#098B48

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

Shades of Salem #098B48

Tints of Salem #098B48

Color information

#098B48 (or 0x098B48) is unknown color: approx Salem. HEX triplet: 09, 8B and 48. RGB value is (9,139,72). Sum of RGB (Red+Green+Blue) = 9+139+72=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 139 (54.69% from 255 or 63.18% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 139 - color contains mainly: green. Hex color #098B48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098B48 is #F674B7. Grayscale: #5C5C5C. Windows color (decimal): -16151736 or 4754185. OLE color: 4754185.

HSL color Cylindrical-coordinate representation of color #098B48: hue angle of 149.08º 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 #098B48 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB913972-
CMYK0.9400.480.45
HSL149.08º87.84%29.02%-
HSV(B)149.08º93.53%54.51%-
XYZ10.5118.999.24-
YUV92.49116.4368.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 139 (54.69% from 255) = 63.18%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=4.09%
G=63.18%
B=32.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9139720.9400.480.45149.0887.8429.02
Hex98B485E0302D95581d
Octal112131101360605522513035
Binary10011000101110010001011110011000010110110010101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,139,72); }

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

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

 a { background-color: rgb(9,139,72); }

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

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

 span { border-color: rgb(9,139,72); }

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