#1A726F

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

Shades of Elm #1A726F

Tints of Elm #1A726F

Color information

#1A726F (or 0x1A726F) is unknown color: approx Elm. HEX triplet: 1A, 72 and 6F. RGB value is (26,114,111). Sum of RGB (Red+Green+Blue) = 26+114+111=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #1A726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A726F is #E58D90. Grayscale: #575757. Windows color (decimal): -15043985 or 7303706. OLE color: 7303706.

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

Color convert

RGB26114111-
CMYK0.7700.030.55
HSL177.95º62.86%27.45%-
HSV(B)177.95º77.19%44.71%-
XYZ9.3113.417.13-
YUV87.35141.3584.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.36%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 111 (43.75% from 255) = 44.22%
R=10.36%
G=45.42%
B=44.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal261141110.7700.030.55177.9562.8627.45
Hex1A726F4D0337b23f1b
Octal3216215711503672627733
Binary110101110010110111110011010111101111011001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,114,111); }

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

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

 a { background-color: rgb(26,114,111); }

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

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

 span { border-color: rgb(26,114,111); }

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