#1D776D

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

Shades of Elm #1D776D

Tints of Elm #1D776D

Color information

#1D776D (or 0x1D776D) is unknown color: approx Elm. HEX triplet: 1D, 77 and 6D. RGB value is (29,119,109). Sum of RGB (Red+Green+Blue) = 29+119+109=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #1D776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D776D is #E28892. Grayscale: #5A5A5A. Windows color (decimal): -14846099 or 7173917. OLE color: 7173917.

HSL color Cylindrical-coordinate representation of color #1D776D: hue angle of 173.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D776D is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB29119109-
CMYK0.7600.080.53
HSL173.33º60.81%29.02%-
HSV(B)173.33º75.63%46.67%-
XYZ9.8614.5616.76-
YUV90.95138.1883.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.28%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=11.28%
G=46.30%
B=42.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal291191090.7600.080.53173.3360.8129.02
Hex1D776D4C0835ad3d1d
Octal35167155114010652557535
Binary11101111011111011011001100010001101011010110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,119,109); }

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

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

 a { background-color: rgb(29,119,109); }

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

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

 span { border-color: rgb(29,119,109); }

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