#266E56

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

Shades of Eden #266E56

Tints of Eden #266E56

Color information

#266E56 (or 0x266E56) is unknown color: approx Eden. HEX triplet: 26, 6E and 56. RGB value is (38,110,86). Sum of RGB (Red+Green+Blue) = 38+110+86=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 110 - color contains mainly: green. Hex color #266E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266E56 is #D991A9. Grayscale: #555555. Windows color (decimal): -14258602 or 5664294. OLE color: 5664294.

HSL color Cylindrical-coordinate representation of color #266E56: hue angle of 160º degrees, saturation: 0.49, 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 #266E56 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB3811086-
CMYK0.6500.220.57
HSL160º48.65%29.02%-
HSV(B)160º65.45%43.14%-
XYZ8.0512.2410.74-
YUV85.74128.1593.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.24%
GREEN value IS 110 (43.36% from 255) = 47.01%
BLUE value IS 86 (33.98% from 255) = 36.75%
R=16.24%
G=47.01%
B=36.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38110860.6500.220.5716048.6529.02
Hex266E564101639a0311d
Octal46156126101026712406135
Binary1001101101110101011010000010101101110011010000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,110,86); }

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

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

 a { background-color: rgb(38,110,86); }

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

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

 span { border-color: rgb(38,110,86); }

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