#26685E

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

Shades of Eden #26685E

Tints of Eden #26685E

Color information

#26685E (or 0x26685E) is unknown color: approx Eden. HEX triplet: 26, 68 and 5E. RGB value is (38,104,94). Sum of RGB (Red+Green+Blue) = 38+104+94=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #26685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26685E is #D997A1. Grayscale: #535353. Windows color (decimal): -14260130 or 6187046. OLE color: 6187046.

HSL color Cylindrical-coordinate representation of color #26685E: hue angle of 170.91º 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 #26685E is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB3810494-
CMYK0.6300.100.59
HSL170.91º46.48%27.84%-
HSV(B)170.91º63.46%40.78%-
XYZ7.7711.1212.33-
YUV83.13134.1395.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.10%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 94 (37.11% from 255) = 39.83%
R=16.10%
G=44.07%
B=39.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38104940.6300.100.59170.9146.4827.84
Hex26685E3F0A3Bab2e1c
Octal4615013677012732535634
Binary10011011010001011110111111010101110111010101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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