#098141

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

Shades of Salem #098141

Tints of Salem #098141

Color information

#098141 (or 0x098141) is unknown color: approx Salem. HEX triplet: 09, 81 and 41. RGB value is (9,129,65). Sum of RGB (Red+Green+Blue) = 9+129+65=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #098141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098141 is #F67EBE. Grayscale: #555555. Windows color (decimal): -16154303 or 4292873. OLE color: 4292873.

HSL color Cylindrical-coordinate representation of color #098141: hue angle of 148º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098141 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB912965-
CMYK0.9300.500.49
HSL148º86.96%27.06%-
HSV(B)148º93.02%50.59%-
XYZ8.9216.147.65-
YUV85.82116.2473.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 129 (50.78% from 255) = 63.55%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=4.43%
G=63.55%
B=32.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9129650.9300.500.4914886.9627.06
Hex981415D0323194571b
Octal112011011350626122412733
Binary10011000000110000011011101011001011000110010100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098141; }

 p { color: rgb(9,129,65); }

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

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

 a { background-color: rgb(9,129,65); }

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

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

 span { border-color: rgb(9,129,65); }

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