#1A7471

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

Shades of Elm #1A7471

Tints of Elm #1A7471

Color information

#1A7471 (or 0x1A7471) is unknown color: approx Elm. HEX triplet: 1A, 74 and 71. RGB value is (26,116,113). Sum of RGB (Red+Green+Blue) = 26+116+113=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7471 is #E58B8E. Grayscale: #585858. Windows color (decimal): -15043471 or 7435290. OLE color: 7435290.

HSL color Cylindrical-coordinate representation of color #1A7471: hue angle of 178º 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 #1A7471 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB26116113-
CMYK0.7800.030.55
HSL178º63.38%27.84%-
HSV(B)178º77.59%45.49%-
XYZ9.6513.917.8-
YUV88.75141.6883.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.20%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=10.20%
G=45.49%
B=44.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal261161130.7800.030.5517863.3827.84
Hex1A74714E0337b23f1c
Octal3216416111603672627734
Binary110101110100111000110011100111101111011001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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