#266A58

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

Shades of Eden #266A58

Tints of Eden #266A58

Color information

#266A58 (or 0x266A58) is unknown color: approx Eden. HEX triplet: 26, 6A and 58. RGB value is (38,106,88). Sum of RGB (Red+Green+Blue) = 38+106+88=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 106 - color contains mainly: green. Hex color #266A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266A58 is #D995A7. Grayscale: #535353. Windows color (decimal): -14259624 or 5794342. OLE color: 5794342.

HSL color Cylindrical-coordinate representation of color #266A58: hue angle of 164.12º 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 #266A58 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB3810688-
CMYK0.6400.170.58
HSL164.12º47.22%28.24%-
HSV(B)164.12º64.15%41.57%-
XYZ7.7111.4211.03-
YUV83.62130.4795.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 106 (41.80% from 255) = 45.69%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=16.38%
G=45.69%
B=37.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38106880.6400.170.58164.1247.2228.24
Hex266A58400113Aa42f1c
Octal46152130100021722445734
Binary1001101101010101100010000000100011110101010010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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