#297759

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

Shades of Salem #297759

Tints of Salem #297759

Color information

#297759 (or 0x297759) is unknown color: approx Salem. HEX triplet: 29, 77 and 59. RGB value is (41,119,89). Sum of RGB (Red+Green+Blue) = 41+119+89=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #297759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297759 is #D688A6. Grayscale: #5C5C5C. Windows color (decimal): -14059687 or 5863209. OLE color: 5863209.

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

Color convert

RGB4111989-
CMYK0.6600.250.53
HSL156.92º48.75%31.37%-
HSV(B)156.92º65.55%46.67%-
XYZ9.3114.3911.74-
YUV92.26126.1691.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=16.47%
G=47.79%
B=35.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119890.6600.250.53156.9248.7531.37
Hex29775942019359d311f
Octal51167131102031652356137
Binary1010011110111101100110000100110011101011001110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297759; }

 p { color: rgb(41,119,89); }

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

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

 a { background-color: rgb(41,119,89); }

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

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

 span { border-color: rgb(41,119,89); }

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