#1D4D49

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

Shades of Tiber #1D4D49

Tints of Tiber #1D4D49

Color information

#1D4D49 (or 0x1D4D49) is unknown color: approx Tiber. HEX triplet: 1D, 4D and 49. RGB value is (29,77,73). Sum of RGB (Red+Green+Blue) = 29+77+73=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #1D4D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4D49 is #E2B2B6. Grayscale: #3E3E3E. Windows color (decimal): -14856887 or 4803869. OLE color: 4803869.

HSL color Cylindrical-coordinate representation of color #1D4D49: hue angle of 175º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D4D49 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB297773-
CMYK0.6200.050.70
HSL175º45.28%20.78%-
HSV(B)175º62.34%30.2%-
XYZ4.366.057.24-
YUV62.19134.1104.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.20%
GREEN value IS 77 (30.47% from 255) = 43.02%
BLUE value IS 73 (28.91% from 255) = 40.78%
R=16.20%
G=43.02%
B=40.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2977730.6200.050.7017545.2820.78
Hex1D4D493E0546af2d15
Octal3511511176051062575525
Binary1110110011011001001111110010110001101010111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D4D49; }

 p { color: rgb(29,77,73); }

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

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

 a { background-color: rgb(29,77,73); }

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

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

 span { border-color: rgb(29,77,73); }

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