#26837F

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

Shades of Elm #26837F

Tints of Elm #26837F

Color information

#26837F (or 0x26837F) is unknown color: approx Elm. HEX triplet: 26, 83 and 7F. RGB value is (38,131,127). Sum of RGB (Red+Green+Blue) = 38+131+127=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #26837F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26837F is #D97C80. Grayscale: #666666. Windows color (decimal): -14253185 or 8356646. OLE color: 8356646.

HSL color Cylindrical-coordinate representation of color #26837F: hue angle of 177.42º 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 #26837F is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB38131127-
CMYK0.7100.030.49
HSL177.42º55.03%33.14%-
HSV(B)177.42º70.99%51.37%-
XYZ12.7518.1822.92-
YUV102.74141.6981.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.84%
GREEN value IS 131 (51.56% from 255) = 44.26%
BLUE value IS 127 (50% from 255) = 42.91%
R=12.84%
G=44.26%
B=42.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal381311270.7100.030.49177.4255.0333.14
Hex26837F470331b13721
Octal4620317710703612616741
Binary100110100000111111111100011101111000110110001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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