#26685A

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

Shades of Eden #26685A

Tints of Eden #26685A

Color information

#26685A (or 0x26685A) is unknown color: approx Eden. HEX triplet: 26, 68 and 5A. RGB value is (38,104,90). Sum of RGB (Red+Green+Blue) = 38+104+90=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #26685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26685A is #D997A5. Grayscale: #525252. Windows color (decimal): -14260134 or 5924902. OLE color: 5924902.

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

Color convert

RGB3810490-
CMYK0.6300.130.59
HSL167.27º46.48%27.84%-
HSV(B)167.27º63.46%40.78%-
XYZ7.611.0511.41-
YUV82.67132.1396.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=16.38%
G=44.83%
B=38.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38104900.6300.130.59167.2746.4827.84
Hex26685A3F0D3Ba72e1c
Octal4615013277015732475634
Binary10011011010001011010111111011011110111010011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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