#1F716C

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

Shades of Elm #1F716C

Tints of Elm #1F716C

Color information

#1F716C (or 0x1F716C) is unknown color: approx Elm. HEX triplet: 1F, 71 and 6C. RGB value is (31,113,108). Sum of RGB (Red+Green+Blue) = 31+113+108=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #1F716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F716C is #E08E93. Grayscale: #575757. Windows color (decimal): -14716564 or 7106847. OLE color: 7106847.

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

Color convert

RGB31113108-
CMYK0.7300.040.56
HSL176.34º56.94%28.24%-
HSV(B)176.34º72.57%44.31%-
XYZ9.1813.1816.25-
YUV87.91139.3387.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.30%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=12.30%
G=44.84%
B=42.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal311131080.7300.040.56176.3456.9428.24
Hex1F716C490438b0391c
Octal3716115411104702607134
Binary1111111100011101100100100101001110001011000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,113,108); }

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

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

 a { background-color: rgb(31,113,108); }

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

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

 span { border-color: rgb(31,113,108); }

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