#29795A

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

Shades of Salem #29795A

Tints of Salem #29795A

Color information

#29795A (or 0x29795A) is unknown color: approx Salem. HEX triplet: 29, 79 and 5A. RGB value is (41,121,90). Sum of RGB (Red+Green+Blue) = 41+121+90=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #29795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29795A is #D686A5. Grayscale: #5D5D5D. Windows color (decimal): -14059174 or 5929257. OLE color: 5929257.

HSL color Cylindrical-coordinate representation of color #29795A: hue angle of 156.75º 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 #29795A is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB4112190-
CMYK0.6600.260.53
HSL156.75º49.38%31.76%-
HSV(B)156.75º66.12%47.45%-
XYZ9.614.8812.04-
YUV93.5512690.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=16.27%
G=48.02%
B=35.71%

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
Decimal41121900.6600.260.53156.7549.3831.76
Hex29795A4201A359d3120
Octal51171132102032652356140
Binary10100111110011011010100001001101011010110011101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29795A; }

 p { color: rgb(41,121,90); }

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

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

 a { background-color: rgb(41,121,90); }

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

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

 span { border-color: rgb(41,121,90); }

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