#26776D

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

Shades of Elm #26776D

Tints of Elm #26776D

Color information

#26776D (or 0x26776D) is unknown color: approx Elm. HEX triplet: 26, 77 and 6D. RGB value is (38,119,109). Sum of RGB (Red+Green+Blue) = 38+119+109=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #26776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26776D is #D98892. Grayscale: #5D5D5D. Windows color (decimal): -14256275 or 7173926. OLE color: 7173926.

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

Color convert

RGB38119109-
CMYK0.6800.080.53
HSL172.59º51.59%30.78%-
HSV(B)172.59º68.07%46.67%-
XYZ10.1614.7116.77-
YUV93.64136.6688.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.29%
GREEN value IS 119 (46.88% from 255) = 44.74%
BLUE value IS 109 (42.97% from 255) = 40.98%
R=14.29%
G=44.74%
B=40.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381191090.6800.080.53172.5951.5930.78
Hex26776D440835ad341f
Octal46167155104010652556437
Binary100110111011111011011000100010001101011010110111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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