#1A8379

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

Shades of Elm #1A8379

Tints of Elm #1A8379

Color information

#1A8379 (or 0x1A8379) is unknown color: approx Elm. HEX triplet: 1A, 83 and 79. RGB value is (26,131,121). Sum of RGB (Red+Green+Blue) = 26+131+121=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #1A8379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8379 is #E57C86. Grayscale: #626262. Windows color (decimal): -15039623 or 7963418. OLE color: 7963418.

HSL color Cylindrical-coordinate representation of color #1A8379: hue angle of 174.29º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8379 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB26131121-
CMYK0.8000.080.49
HSL174.29º66.88%30.78%-
HSV(B)174.29º80.15%51.37%-
XYZ11.9917.8320.9-
YUV98.46140.7176.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.35%
GREEN value IS 131 (51.56% from 255) = 47.12%
BLUE value IS 121 (47.66% from 255) = 43.53%
R=9.35%
G=47.12%
B=43.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261311210.8000.080.49174.2966.8830.78
Hex1A8379500831ae431f
Octal322031711200106125610337
Binary1101010000011111100110100000100011000110101110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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