#297658

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

Shades of Salem #297658

Tints of Salem #297658

Color information

#297658 (or 0x297658) is unknown color: approx Salem. HEX triplet: 29, 76 and 58. RGB value is (41,118,88). Sum of RGB (Red+Green+Blue) = 41+118+88=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #297658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297658 is #D689A7. Grayscale: #5B5B5B. Windows color (decimal): -14059944 or 5797417. OLE color: 5797417.

HSL color Cylindrical-coordinate representation of color #297658: hue angle of 156.62º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297658 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB4111888-
CMYK0.6500.250.54
HSL156.62º48.43%31.18%-
HSV(B)156.62º65.25%46.27%-
XYZ9.1514.1311.48-
YUV91.56125.9991.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.60%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=16.60%
G=47.77%
B=35.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118880.6500.250.54156.6248.4331.18
Hex29765841019369d301f
Octal51166130101031662356037
Binary1010011110110101100010000010110011101101001110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297658; }

 p { color: rgb(41,118,88); }

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

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

 a { background-color: rgb(41,118,88); }

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

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

 span { border-color: rgb(41,118,88); }

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