#29775A

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

Shades of Salem #29775A

Tints of Salem #29775A

Color information

#29775A (or 0x29775A) is unknown color: approx Salem. HEX triplet: 29, 77 and 5A. RGB value is (41,119,90). Sum of RGB (Red+Green+Blue) = 41+119+90=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #29775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29775A is #D688A5. Grayscale: #5C5C5C. Windows color (decimal): -14059686 or 5928745. OLE color: 5928745.

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

Color convert

RGB4111990-
CMYK0.6600.240.53
HSL157.69º48.75%31.37%-
HSV(B)157.69º65.55%46.67%-
XYZ9.3614.411.96-
YUV92.37126.6691.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.4%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 90 (35.55% from 255) = 36%
R=16.4%
G=47.6%
B=36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119900.6600.240.53157.6948.7531.37
Hex29775A42018359e311f
Octal51167132102030652366137
Binary1010011110111101101010000100110001101011001111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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