#266D58

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

Shades of Eden #266D58

Tints of Eden #266D58

Color information

#266D58 (or 0x266D58) is unknown color: approx Eden. HEX triplet: 26, 6D and 58. RGB value is (38,109,88). Sum of RGB (Red+Green+Blue) = 38+109+88=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 109 - color contains mainly: green. Hex color #266D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266D58 is #D992A7. Grayscale: #555555. Windows color (decimal): -14258856 or 5795110. OLE color: 5795110.

HSL color Cylindrical-coordinate representation of color #266D58: hue angle of 162.25º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266D58 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB3810988-
CMYK0.6500.190.57
HSL162.25º48.3%28.82%-
HSV(B)162.25º65.14%42.75%-
XYZ8.0312.0511.14-
YUV85.38129.4894.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.17%
GREEN value IS 109 (42.97% from 255) = 46.38%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=16.17%
G=46.38%
B=37.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38109880.6500.190.57162.2548.328.82
Hex266D584101339a2301d
Octal46155130101023712426035
Binary1001101101101101100010000010100111110011010001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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