#1F776D

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

Shades of Elm #1F776D

Tints of Elm #1F776D

Color information

#1F776D (or 0x1F776D) is unknown color: approx Elm. HEX triplet: 1F, 77 and 6D. RGB value is (31,119,109). Sum of RGB (Red+Green+Blue) = 31+119+109=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #1F776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F776D is #E08892. Grayscale: #5B5B5B. Windows color (decimal): -14715027 or 7173919. OLE color: 7173919.

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

Color convert

RGB31119109-
CMYK0.7400.080.53
HSL173.18º58.67%29.41%-
HSV(B)173.18º73.95%46.67%-
XYZ9.9214.5916.76-
YUV91.55137.8584.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.97%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 109 (42.97% from 255) = 42.08%
R=11.97%
G=45.95%
B=42.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311191090.7400.080.53173.1858.6729.41
Hex1F776D4A0835ad3b1d
Octal37167155112010652557335
Binary11111111011111011011001010010001101011010110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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