#26867A

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

Shades of Elm #26867A

Tints of Elm #26867A

Color information

#26867A (or 0x26867A) is unknown color: approx Elm. HEX triplet: 26, 86 and 7A. RGB value is (38,134,122). Sum of RGB (Red+Green+Blue) = 38+134+122=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #26867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26867A is #D97985. Grayscale: #676767. Windows color (decimal): -14252422 or 8029734. OLE color: 8029734.

HSL color Cylindrical-coordinate representation of color #26867A: hue angle of 172.5º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26867A is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB38134122-
CMYK0.7200.090.47
HSL172.5º55.81%33.73%-
HSV(B)172.5º71.64%52.55%-
XYZ12.8418.8721.38-
YUV103.93138.280.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.93%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=12.93%
G=45.58%
B=41.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381341220.7200.090.47172.555.8133.73
Hex26867A48092Fac3822
Octal46206172110011572547042
Binary10011010000110111101010010000100110111110101100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26867A; }

 p { color: rgb(38,134,122); }

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

<style>
 a { background-color: #26867A; }

 a { background-color: rgb(38,134,122); }

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

<style>
 span { border-color: #26867A; }

 span { border-color: rgb(38,134,122); }

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