#098B4C

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

Shades of Salem #098B4C

Tints of Salem #098B4C

Color information

#098B4C (or 0x098B4C) is unknown color: approx Salem. HEX triplet: 09, 8B and 4C. RGB value is (9,139,76). Sum of RGB (Red+Green+Blue) = 9+139+76=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 139 (54.69% from 255 or 62.05% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 139 - color contains mainly: green. Hex color #098B4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098B4C is #F674B3. Grayscale: #5D5D5D. Windows color (decimal): -16151732 or 5016329. OLE color: 5016329.

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

Color convert

RGB913976-
CMYK0.9400.450.45
HSL150.92º87.84%29.02%-
HSV(B)150.92º93.53%54.51%-
XYZ10.6519.059.95-
YUV92.95118.4368.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.02%
GREEN value IS 139 (54.69% from 255) = 62.05%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=4.02%
G=62.05%
B=33.93%

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
Decimal9139760.9400.450.45150.9287.8429.02
Hex98B4C5E02D2D97581d
Octal112131141360555522713035
Binary10011000101110011001011110010110110110110010111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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