#26807C

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

Shades of Elm #26807C

Tints of Elm #26807C

Color information

#26807C (or 0x26807C) is unknown color: approx Elm. HEX triplet: 26, 80 and 7C. RGB value is (38,128,124). Sum of RGB (Red+Green+Blue) = 38+128+124=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #26807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26807C is #D97F83. Grayscale: #646464. Windows color (decimal): -14253956 or 8159270. OLE color: 8159270.

HSL color Cylindrical-coordinate representation of color #26807C: hue angle of 177.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26807C is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB38128124-
CMYK0.7000.030.50
HSL177.33º54.22%32.55%-
HSV(B)177.33º70.31%50.2%-
XYZ12.1617.3121.77-
YUV100.63141.1883.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.10%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 124 (48.83% from 255) = 42.76%
R=13.10%
G=44.14%
B=42.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal381281240.7000.030.50177.3354.2232.55
Hex26807C460332b13621
Octal4620017410603622616641
Binary100110100000001111100100011001111001010110001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26807C; }

 p { color: rgb(38,128,124); }

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

<style>
 a { background-color: #26807C; }

 a { background-color: rgb(38,128,124); }

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

<style>
 span { border-color: #26807C; }

 span { border-color: rgb(38,128,124); }

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