#26796E

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

Shades of Elm #26796E

Tints of Elm #26796E

Color information

#26796E (or 0x26796E) is unknown color: approx Elm. HEX triplet: 26, 79 and 6E. RGB value is (38,121,110). Sum of RGB (Red+Green+Blue) = 38+121+110=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #26796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26796E is #D98691. Grayscale: #5E5E5E. Windows color (decimal): -14255762 or 7239974. OLE color: 7239974.

HSL color Cylindrical-coordinate representation of color #26796E: hue angle of 172.05º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26796E is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB38121110-
CMYK0.6900.090.53
HSL172.05º52.2%31.18%-
HSV(B)172.05º68.6%47.45%-
XYZ10.4515.2117.14-
YUV94.93136.587.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 121 (47.66% from 255) = 44.98%
BLUE value IS 110 (43.36% from 255) = 40.89%
R=14.13%
G=44.98%
B=40.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381211100.6900.090.53172.0552.231.18
Hex26796E450935ac341f
Octal46171156105011652546437
Binary100110111100111011101000101010011101011010110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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