#1A7473

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

Shades of Elm #1A7473

Tints of Elm #1A7473

Color information

#1A7473 (or 0x1A7473) is unknown color: approx Elm. HEX triplet: 1A, 74 and 73. RGB value is (26,116,115). Sum of RGB (Red+Green+Blue) = 26+116+115=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7473 is #E58B8C. Grayscale: #585858. Windows color (decimal): -15043469 or 7566362. OLE color: 7566362.

HSL color Cylindrical-coordinate representation of color #1A7473: hue angle of 179.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7473 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB26116115-
CMYK0.7800.010.55
HSL179.33º63.38%27.84%-
HSV(B)179.33º77.59%45.49%-
XYZ9.7713.9518.4-
YUV88.98142.6883.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.12%
GREEN value IS 116 (45.70% from 255) = 45.14%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=10.12%
G=45.14%
B=44.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal261161150.7800.010.55179.3363.3827.84
Hex1A74734E0137b33f1c
Octal3216416311601672637734
Binary11010111010011100111001110011101111011001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,116,115); }

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

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

 a { background-color: rgb(26,116,115); }

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

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

 span { border-color: rgb(26,116,115); }

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