#26726E

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

Shades of Elm #26726E

Tints of Elm #26726E

Color information

#26726E (or 0x26726E) is unknown color: approx Elm. HEX triplet: 26, 72 and 6E. RGB value is (38,114,110). Sum of RGB (Red+Green+Blue) = 38+114+110=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #26726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26726E is #D98D91. Grayscale: #5A5A5A. Windows color (decimal): -14257554 or 7238182. OLE color: 7238182.

HSL color Cylindrical-coordinate representation of color #26726E: hue angle of 176.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26726E is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB38114110-
CMYK0.6700.040.55
HSL176.84º50%29.8%-
HSV(B)176.84º66.67%44.71%-
XYZ9.6313.5716.86-
YUV90.82138.8290.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.50%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=14.50%
G=43.51%
B=41.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381141100.6700.040.55176.845029.8
Hex26726E430437b1321e
Octal4616215610304672616236
Binary10011011100101101110100001101001101111011000111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26726E; }

 p { color: rgb(38,114,110); }

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

<style>
 a { background-color: #26726E; }

 a { background-color: rgb(38,114,110); }

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

<style>
 span { border-color: #26726E; }

 span { border-color: rgb(38,114,110); }

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