#26605A

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

Shades of Eden #26605A

Tints of Eden #26605A

Color information

#26605A (or 0x26605A) is unknown color: approx Eden. HEX triplet: 26, 60 and 5A. RGB value is (38,96,90). Sum of RGB (Red+Green+Blue) = 38+96+90=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #26605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26605A is #D99FA5. Grayscale: #4D4D4D. Windows color (decimal): -14262182 or 5922854. OLE color: 5922854.

HSL color Cylindrical-coordinate representation of color #26605A: hue angle of 173.79º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26605A is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB389690-
CMYK0.6000.060.62
HSL173.79º43.28%26.27%-
HSV(B)173.79º60.42%37.65%-
XYZ6.839.5211.15-
YUV77.97134.7899.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 90 (35.55% from 255) = 40.18%
R=16.96%
G=42.86%
B=40.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3896900.6000.060.62173.7943.2826.27
Hex26605A3C063Eae2b1a
Octal461401327406762565332
Binary1001101100000101101011110001101111101010111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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