#26716E

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

Shades of Elm #26716E

Tints of Elm #26716E

Color information

#26716E (or 0x26716E) is unknown color: approx Elm. HEX triplet: 26, 71 and 6E. RGB value is (38,113,110). Sum of RGB (Red+Green+Blue) = 38+113+110=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #26716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26716E is #D98E91. Grayscale: #5A5A5A. Windows color (decimal): -14257810 or 7237926. OLE color: 7237926.

HSL color Cylindrical-coordinate representation of color #26716E: hue angle of 177.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26716E is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB38113110-
CMYK0.6600.030.56
HSL177.6º49.67%29.61%-
HSV(B)177.6º66.37%44.31%-
XYZ9.5213.3516.83-
YUV90.23139.1590.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=14.56%
G=43.30%
B=42.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal381131100.6600.030.56177.649.6729.61
Hex26716E420338b2321e
Octal4616115610203702626236
Binary1001101110001110111010000100111110001011001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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