#26837E

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

Shades of Elm #26837E

Tints of Elm #26837E

Color information

#26837E (or 0x26837E) is unknown color: approx Elm. HEX triplet: 26, 83 and 7E. RGB value is (38,131,126). Sum of RGB (Red+Green+Blue) = 38+131+126=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #26837E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26837E is #D97C81. Grayscale: #666666. Windows color (decimal): -14253186 or 8291110. OLE color: 8291110.

HSL color Cylindrical-coordinate representation of color #26837E: hue angle of 176.77º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26837E is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB38131126-
CMYK0.7100.040.49
HSL176.77º55.03%33.14%-
HSV(B)176.77º70.99%51.37%-
XYZ12.6818.1522.57-
YUV102.62141.1981.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 131 (51.56% from 255) = 44.41%
BLUE value IS 126 (49.61% from 255) = 42.71%
R=12.88%
G=44.41%
B=42.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal381311260.7100.040.49176.7755.0333.14
Hex26837E470431b13721
Octal4620317610704612616741
Binary1001101000001111111101000111010011000110110001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,131,126); }

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

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

 a { background-color: rgb(38,131,126); }

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

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

 span { border-color: rgb(38,131,126); }

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