#26766D

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

Shades of Elm #26766D

Tints of Elm #26766D

Color information

#26766D (or 0x26766D) is unknown color: approx Elm. HEX triplet: 26, 76 and 6D. RGB value is (38,118,109). Sum of RGB (Red+Green+Blue) = 38+118+109=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #26766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26766D is #D98992. Grayscale: #5D5D5D. Windows color (decimal): -14256531 or 7173670. OLE color: 7173670.

HSL color Cylindrical-coordinate representation of color #26766D: hue angle of 173.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26766D is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB38118109-
CMYK0.6800.080.54
HSL173.25º51.28%30.59%-
HSV(B)173.25º67.8%46.27%-
XYZ10.0414.4716.73-
YUV93.0513788.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 118 (46.48% from 255) = 44.53%
BLUE value IS 109 (42.97% from 255) = 41.13%
R=14.34%
G=44.53%
B=41.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381181090.6800.080.54173.2551.2830.59
Hex26766D440836ad331f
Octal46166155104010662556337
Binary100110111011011011011000100010001101101010110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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