#26605D

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

Shades of Eden #26605D

Tints of Eden #26605D

Color information

#26605D (or 0x26605D) is unknown color: approx Eden. HEX triplet: 26, 60 and 5D. RGB value is (38,96,93). Sum of RGB (Red+Green+Blue) = 38+96+93=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #26605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26605D is #D99FA2. Grayscale: #4E4E4E. Windows color (decimal): -14262179 or 6119462. OLE color: 6119462.

HSL color Cylindrical-coordinate representation of color #26605D: hue angle of 176.9º 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 #26605D is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB389693-
CMYK0.6000.030.62
HSL176.9º43.28%26.27%-
HSV(B)176.9º60.42%37.65%-
XYZ6.969.5711.84-
YUV78.32136.2899.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=16.74%
G=42.29%
B=40.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3896930.6000.030.62176.943.2826.27
Hex26605D3C033Eb12b1a
Octal461401357403762615332
Binary100110110000010111011111000111111101011000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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