#098540

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

Shades of Salem #098540

Tints of Salem #098540

Color information

#098540 (or 0x098540) is unknown color: approx Salem. HEX triplet: 09, 85 and 40. RGB value is (9,133,64). Sum of RGB (Red+Green+Blue) = 9+133+64=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #098540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098540 is #F67ABF. Grayscale: #585858. Windows color (decimal): -16153280 or 4228361. OLE color: 4228361.

HSL color Cylindrical-coordinate representation of color #098540: hue angle of 146.61º 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 #098540 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB913364-
CMYK0.9300.520.48
HSL146.61º87.32%27.84%-
HSV(B)146.61º93.23%52.16%-
XYZ9.4317.27.67-
YUV88.06114.4271.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 133 (52.34% from 255) = 64.56%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=4.37%
G=64.56%
B=31.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9133640.9300.520.48146.6187.3227.84
Hex985405D0343093571c
Octal112051001350646022312734
Binary10011000010110000001011101011010011000010010011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098540; }

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

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

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

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

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

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

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

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