#26685C

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

Shades of Eden #26685C

Tints of Eden #26685C

Color information

#26685C (or 0x26685C) is unknown color: approx Eden. HEX triplet: 26, 68 and 5C. RGB value is (38,104,92). Sum of RGB (Red+Green+Blue) = 38+104+92=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #26685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26685C is #D997A3. Grayscale: #525252. Windows color (decimal): -14260132 or 6055974. OLE color: 6055974.

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

Color convert

RGB3810492-
CMYK0.6300.120.59
HSL169.09º46.48%27.84%-
HSV(B)169.09º63.46%40.78%-
XYZ7.6811.0911.86-
YUV82.9133.1395.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.24%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=16.24%
G=44.44%
B=39.32%

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
Decimal38104920.6300.120.59169.0946.4827.84
Hex26685C3F0C3Ba92e1c
Octal4615013477014732515634
Binary10011011010001011100111111011001110111010100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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