#098645

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

Shades of Salem #098645

Tints of Salem #098645

Color information

#098645 (or 0x098645) is unknown color: approx Salem. HEX triplet: 09, 86 and 45. RGB value is (9,134,69). Sum of RGB (Red+Green+Blue) = 9+134+69=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 134 (52.73% from 255 or 63.21% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 134 - color contains mainly: green. Hex color #098645 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098645 is #F679BA. Grayscale: #595959. Windows color (decimal): -16153019 or 4556297. OLE color: 4556297.

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

Color convert

RGB913469-
CMYK0.9300.490.47
HSL148.8º87.41%28.04%-
HSV(B)148.8º93.28%52.55%-
XYZ9.7117.548.5-
YUV89.22116.5970.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.25%
GREEN value IS 134 (52.73% from 255) = 63.21%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=4.25%
G=63.21%
B=32.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9134690.9300.490.47148.887.4128.04
Hex986455D0312F95571c
Octal112061051350615722512734
Binary10011000011010001011011101011000110111110010101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098645; }

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

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

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

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

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

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

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

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