#1D716D

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

Shades of Elm #1D716D

Tints of Elm #1D716D

Color information

#1D716D (or 0x1D716D) is unknown color: approx Elm. HEX triplet: 1D, 71 and 6D. RGB value is (29,113,109). Sum of RGB (Red+Green+Blue) = 29+113+109=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #1D716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D716D is #E28E92. Grayscale: #575757. Windows color (decimal): -14847635 or 7172381. OLE color: 7172381.

HSL color Cylindrical-coordinate representation of color #1D716D: hue angle of 177.14º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D716D is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB29113109-
CMYK0.7400.040.56
HSL177.14º59.15%27.84%-
HSV(B)177.14º74.34%44.31%-
XYZ9.1713.1816.53-
YUV87.43140.1786.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.55%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=11.55%
G=45.02%
B=43.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal291131090.7400.040.56177.1459.1527.84
Hex1D716D4A0438b13b1c
Octal3516115511204702617334
Binary1110111100011101101100101001001110001011000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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