#26726D

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

Shades of Elm #26726D

Tints of Elm #26726D

Color information

#26726D (or 0x26726D) is unknown color: approx Elm. HEX triplet: 26, 72 and 6D. RGB value is (38,114,109). Sum of RGB (Red+Green+Blue) = 38+114+109=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #26726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26726D is #D98D92. Grayscale: #5A5A5A. Windows color (decimal): -14257555 or 7172646. OLE color: 7172646.

HSL color Cylindrical-coordinate representation of color #26726D: hue angle of 176.05º 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 #26726D is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB38114109-
CMYK0.6700.040.55
HSL176.05º50%29.8%-
HSV(B)176.05º66.67%44.71%-
XYZ9.5813.5516.58-
YUV90.71138.3290.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=14.56%
G=43.68%
B=41.76%

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
Decimal381141090.6700.040.55176.055029.8
Hex26726D430437b0321e
Octal4616215510304672606236
Binary10011011100101101101100001101001101111011000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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