#26827D

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

Shades of Elm #26827D

Tints of Elm #26827D

Color information

#26827D (or 0x26827D) is unknown color: approx Elm. HEX triplet: 26, 82 and 7D. RGB value is (38,130,125). Sum of RGB (Red+Green+Blue) = 38+130+125=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #26827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26827D is #D97D82. Grayscale: #656565. Windows color (decimal): -14253443 or 8225318. OLE color: 8225318.

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

Color convert

RGB38130125-
CMYK0.7100.040.49
HSL176.74º54.76%32.94%-
HSV(B)176.74º70.77%50.98%-
XYZ12.4817.8622.19-
YUV101.92141.0282.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.97%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 125 (49.22% from 255) = 42.66%
R=12.97%
G=44.37%
B=42.66%

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
Decimal381301250.7100.040.49176.7454.7632.94
Hex26827D470431b13721
Octal4620217510704612616741
Binary1001101000001011111011000111010011000110110001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,130,125); }

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

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

 a { background-color: rgb(38,130,125); }

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

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

 span { border-color: rgb(38,130,125); }

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