#1F756D

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

Shades of Elm #1F756D

Tints of Elm #1F756D

Color information

#1F756D (or 0x1F756D) is unknown color: approx Elm. HEX triplet: 1F, 75 and 6D. RGB value is (31,117,109). Sum of RGB (Red+Green+Blue) = 31+117+109=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #1F756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F756D is #E08A92. Grayscale: #5A5A5A. Windows color (decimal): -14715539 or 7173407. OLE color: 7173407.

HSL color Cylindrical-coordinate representation of color #1F756D: hue angle of 174.42º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F756D is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB31117109-
CMYK0.7400.070.54
HSL174.42º58.11%29.02%-
HSV(B)174.42º73.5%45.88%-
XYZ9.6914.1216.68-
YUV90.37138.5185.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.06%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=12.06%
G=45.53%
B=42.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal311171090.7400.070.54174.4258.1129.02
Hex1F756D4A0736ae3a1d
Octal3716515511207662567235
Binary1111111101011101101100101001111101101010111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,117,109); }

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

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

 a { background-color: rgb(31,117,109); }

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

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

 span { border-color: rgb(31,117,109); }

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