#1A7974

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

Shades of Elm #1A7974

Tints of Elm #1A7974

Color information

#1A7974 (or 0x1A7974) is unknown color: approx Elm. HEX triplet: 1A, 79 and 74. RGB value is (26,121,116). Sum of RGB (Red+Green+Blue) = 26+121+116=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7974 is #E5868B. Grayscale: #5B5B5B. Windows color (decimal): -15042188 or 7633178. OLE color: 7633178.

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

Color convert

RGB26121116-
CMYK0.7900.040.53
HSL176.84º64.63%28.82%-
HSV(B)176.84º78.51%47.45%-
XYZ10.4215.1618.9-
YUV92.02141.5380.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.89%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 116 (45.70% from 255) = 44.11%
R=9.89%
G=46.01%
B=44.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal261211160.7900.040.53176.8464.6328.82
Hex1A79744F0435b1411d
Octal32171164117046526110135
Binary11010111100111101001001111010011010110110001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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