#266A59

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

Shades of Eden #266A59

Tints of Eden #266A59

Color information

#266A59 (or 0x266A59) is unknown color: approx Eden. HEX triplet: 26, 6A and 59. RGB value is (38,106,89). Sum of RGB (Red+Green+Blue) = 38+106+89=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #266A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266A59 is #D995A6. Grayscale: #535353. Windows color (decimal): -14259623 or 5859878. OLE color: 5859878.

HSL color Cylindrical-coordinate representation of color #266A59: hue angle of 165º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266A59 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB3810689-
CMYK0.6400.160.58
HSL165º47.22%28.24%-
HSV(B)165º64.15%41.57%-
XYZ7.7611.4411.25-
YUV83.73130.9795.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 106 (41.80% from 255) = 45.49%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=16.31%
G=45.49%
B=38.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38106890.6400.160.5816547.2228.24
Hex266A59400103Aa52f1c
Octal46152131100020722455734
Binary1001101101010101100110000000100001110101010010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266A59; }

 p { color: rgb(38,106,89); }

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

<style>
 a { background-color: #266A59; }

 a { background-color: rgb(38,106,89); }

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

<style>
 span { border-color: #266A59; }

 span { border-color: rgb(38,106,89); }

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