#098D4D

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

Shades of Salem #098D4D

Tints of Salem #098D4D

Color information

#098D4D (or 0x098D4D) is unknown color: approx Salem. HEX triplet: 09, 8D and 4D. RGB value is (9,141,77). Sum of RGB (Red+Green+Blue) = 9+141+77=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 141 (55.47% from 255 or 62.11% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 141 - color contains mainly: green. Hex color #098D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098D4D is #F672B2. Grayscale: #5E5E5E. Windows color (decimal): -16151219 or 5082377. OLE color: 5082377.

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

Color convert

RGB914177-
CMYK0.9400.450.45
HSL150.91º88%29.41%-
HSV(B)150.91º93.62%55.29%-
XYZ10.9819.6410.23-
YUV94.24118.2767.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.96%
GREEN value IS 141 (55.47% from 255) = 62.11%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=3.96%
G=62.11%
B=33.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9141770.9400.450.45150.918829.41
Hex98D4D5E02D2D97581d
Octal112151151360555522713035
Binary10011000110110011011011110010110110110110010111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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