#26685D

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

Shades of Eden #26685D

Tints of Eden #26685D

Color information

#26685D (or 0x26685D) is unknown color: approx Eden. HEX triplet: 26, 68 and 5D. RGB value is (38,104,93). Sum of RGB (Red+Green+Blue) = 38+104+93=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #26685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26685D is #D997A2. Grayscale: #525252. Windows color (decimal): -14260131 or 6121510. OLE color: 6121510.

HSL color Cylindrical-coordinate representation of color #26685D: hue angle of 170º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #26685D is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB3810493-
CMYK0.6300.110.59
HSL170º46.48%27.84%-
HSV(B)170º63.46%40.78%-
XYZ7.7311.112.09-
YUV83.01133.6395.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.17%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=16.17%
G=44.26%
B=39.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38104930.6300.110.5917046.4827.84
Hex26685D3F0B3Baa2e1c
Octal4615013577013732525634
Binary10011011010001011101111111010111110111010101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,104,93); }

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

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

 a { background-color: rgb(38,104,93); }

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

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

 span { border-color: rgb(38,104,93); }

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