#297859

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

Shades of Salem #297859

Tints of Salem #297859

Color information

#297859 (or 0x297859) is unknown color: approx Salem. HEX triplet: 29, 78 and 59. RGB value is (41,120,89). Sum of RGB (Red+Green+Blue) = 41+120+89=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #297859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297859 is #D687A6. Grayscale: #5C5C5C. Windows color (decimal): -14059431 or 5863465. OLE color: 5863465.

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

Color convert

RGB4112089-
CMYK0.6600.260.53
HSL156.46º49.07%31.57%-
HSV(B)156.46º65.83%47.06%-
XYZ9.4314.6311.78-
YUV92.84125.8391.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.4%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=16.4%
G=48%
B=35.6%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41120890.6600.260.53156.4649.0731.57
Hex2978594201A359c3120
Octal51170131102032652346140
Binary10100111110001011001100001001101011010110011100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297859; }

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

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

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

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

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

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

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

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