#097D4A

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

Shades of Salem #097D4A

Tints of Salem #097D4A

Color information

#097D4A (or 0x097D4A) is unknown color: approx Salem. HEX triplet: 09, 7D and 4A. RGB value is (9,125,74). Sum of RGB (Red+Green+Blue) = 9+125+74=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 125 (49.22% from 255 or 60.10% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 125 - color contains mainly: green. Hex color #097D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097D4A is #F682B5. Grayscale: #545454. Windows color (decimal): -16155318 or 4881673. OLE color: 4881673.

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

Color convert

RGB912574-
CMYK0.9300.410.51
HSL153.62º86.57%26.27%-
HSV(B)153.62º92.8%49.02%-
XYZ8.6815.228.96-
YUV84.5122.0774.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 125 (49.22% from 255) = 60.10%
BLUE value IS 74 (29.30% from 255) = 35.58%
R=4.33%
G=60.10%
B=35.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9125740.9300.410.51153.6286.5726.27
Hex97D4A5D029339a571a
Octal111751121350516323212732
Binary1001111110110010101011101010100111001110011010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097D4A; }

 p { color: rgb(9,125,74); }

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

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

 a { background-color: rgb(9,125,74); }

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

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

 span { border-color: rgb(9,125,74); }

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