#097C4D

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

Shades of Salem #097C4D

Tints of Salem #097C4D

Color information

#097C4D (or 0x097C4D) is unknown color: approx Salem. HEX triplet: 09, 7C and 4D. RGB value is (9,124,77). Sum of RGB (Red+Green+Blue) = 9+124+77=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #097C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097C4D is #F683B2. Grayscale: #545454. Windows color (decimal): -16155571 or 5078025. OLE color: 5078025.

HSL color Cylindrical-coordinate representation of color #097C4D: hue angle of 155.48º degrees, saturation: 0.86, 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 #097C4D is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB912477-
CMYK0.9300.380.51
HSL155.48º86.47%26.08%-
HSV(B)155.48º92.74%48.63%-
XYZ8.6615.019.46-
YUV84.26123.974.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.29%
GREEN value IS 124 (48.83% from 255) = 59.05%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=4.29%
G=59.05%
B=36.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9124770.9300.380.51155.4886.4726.08
Hex97C4D5D026339b561a
Octal111741151350466323312632
Binary1001111110010011011011101010011011001110011011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,124,77); }

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

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

 a { background-color: rgb(9,124,77); }

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

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

 span { border-color: rgb(9,124,77); }

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