#26716c

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

Shades of Elm #26716C

Tints of Elm #26716C

Color information

#26716C (or 0x26716C) is unknown color: approx Elm. HEX triplet: 26, 71 and 6C. RGB value is (38,113,108). Sum of RGB (Red+Green+Blue) = 38+113+108=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #26716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26716C is #D98E93. Grayscale: #595959. Windows color (decimal): -14257812 or 7106854. OLE color: 7106854.

HSL color Cylindrical-coordinate representation of color #26716C: hue angle of 176º 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 #26716C is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB38113108-
CMYK0.6600.040.56
HSL176º49.67%29.61%-
HSV(B)176º66.37%44.31%-
XYZ9.4113.3116.26-
YUV90138.1590.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.67%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=14.67%
G=43.63%
B=41.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal381131080.6600.040.5617649.6729.61
Hex26716C420438b0321e
Octal4616115410204702606236
Binary10011011100011101100100001001001110001011000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26716c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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