#26685B

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

Shades of Eden #26685B

Tints of Eden #26685B

Color information

#26685B (or 0x26685B) is unknown color: approx Eden. HEX triplet: 26, 68 and 5B. RGB value is (38,104,91). Sum of RGB (Red+Green+Blue) = 38+104+91=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #26685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26685B is #D997A4. Grayscale: #525252. Windows color (decimal): -14260133 or 5990438. OLE color: 5990438.

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

Color convert

RGB3810491-
CMYK0.6300.120.59
HSL168.18º46.48%27.84%-
HSV(B)168.18º63.46%40.78%-
XYZ7.6411.0711.63-
YUV82.78132.6396.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=16.31%
G=44.64%
B=39.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38104910.6300.120.59168.1846.4827.84
Hex26685B3F0C3Ba82e1c
Octal4615013377014732505634
Binary10011011010001011011111111011001110111010100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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