#098545

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

Shades of Salem #098545

Tints of Salem #098545

Color information

#098545 (or 0x098545) is unknown color: approx Salem. HEX triplet: 09, 85 and 45. RGB value is (9,133,69). Sum of RGB (Red+Green+Blue) = 9+133+69=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #098545 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098545 is #F67ABA. Grayscale: #585858. Windows color (decimal): -16153275 or 4556041. OLE color: 4556041.

HSL color Cylindrical-coordinate representation of color #098545: hue angle of 149.03º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098545 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB913369-
CMYK0.9300.480.48
HSL149.03º87.32%27.84%-
HSV(B)149.03º93.23%52.16%-
XYZ9.5717.268.46-
YUV88.63116.9271.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 133 (52.34% from 255) = 63.03%
BLUE value IS 69 (27.34% from 255) = 32.70%
R=4.27%
G=63.03%
B=32.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9133690.9300.480.48149.0387.3227.84
Hex985455D0303095571c
Octal112051051350606022512734
Binary10011000010110001011011101011000011000010010101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098545; }

 p { color: rgb(9,133,69); }

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

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

 a { background-color: rgb(9,133,69); }

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

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

 span { border-color: rgb(9,133,69); }

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