#097946

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

Shades of Salem #097946

Tints of Salem #097946

Color information

#097946 (or 0x097946) is unknown color: approx Salem. HEX triplet: 09, 79 and 46. RGB value is (9,121,70). Sum of RGB (Red+Green+Blue) = 9+121+70=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 121 (47.66% from 255 or 60.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 121 - color contains mainly: green. Hex color #097946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097946 is #F686B9. Grayscale: #515151. Windows color (decimal): -16156346 or 4618505. OLE color: 4618505.

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

Color convert

RGB912170-
CMYK0.9300.420.53
HSL152.68º86.15%25.49%-
HSV(B)152.68º92.56%47.45%-
XYZ8.0614.188.11-
YUV81.7121.3976.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.5%
GREEN value IS 121 (47.66% from 255) = 60.5%
BLUE value IS 70 (27.73% from 255) = 35%
R=4.5%
G=60.5%
B=35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9121700.9300.420.53152.6886.1525.49
Hex979465D02A35995619
Octal111711061350526523112631
Binary1001111100110001101011101010101011010110011001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097946; }

 p { color: rgb(9,121,70); }

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

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

 a { background-color: rgb(9,121,70); }

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

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

 span { border-color: rgb(9,121,70); }

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