#26726F

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

Shades of Elm #26726F

Tints of Elm #26726F

Color information

#26726F (or 0x26726F) is unknown color: approx Elm. HEX triplet: 26, 72 and 6F. RGB value is (38,114,111). Sum of RGB (Red+Green+Blue) = 38+114+111=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #26726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26726F is #D98D90. Grayscale: #5A5A5A. Windows color (decimal): -14257553 or 7303718. OLE color: 7303718.

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

Color convert

RGB38114111-
CMYK0.6700.030.55
HSL177.63º50%29.8%-
HSV(B)177.63º66.67%44.71%-
XYZ9.6913.5917.15-
YUV90.93139.3290.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.45%
GREEN value IS 114 (44.92% from 255) = 43.35%
BLUE value IS 111 (43.75% from 255) = 42.21%
R=14.45%
G=43.35%
B=42.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381141110.6700.030.55177.635029.8
Hex26726F430337b2321e
Octal4616215710303672626236
Binary1001101110010110111110000110111101111011001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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