#29765A

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

Shades of Salem #29765A

Tints of Salem #29765A

Color information

#29765A (or 0x29765A) is unknown color: approx Salem. HEX triplet: 29, 76 and 5A. RGB value is (41,118,90). Sum of RGB (Red+Green+Blue) = 41+118+90=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #29765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29765A is #D689A5. Grayscale: #5B5B5B. Windows color (decimal): -14059942 or 5928489. OLE color: 5928489.

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

Color convert

RGB4111890-
CMYK0.6500.240.54
HSL158.18º48.43%31.18%-
HSV(B)158.18º65.25%46.27%-
XYZ9.2414.1711.92-
YUV91.78126.9991.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 118 (46.48% from 255) = 47.39%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=16.47%
G=47.39%
B=36.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118900.6500.240.54158.1848.4331.18
Hex29765A41018369e301f
Octal51166132101030662366037
Binary1010011110110101101010000010110001101101001111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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