#266056

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

Shades of Eden #266056

Tints of Eden #266056

Color information

#266056 (or 0x266056) is unknown color: approx Eden. HEX triplet: 26, 60 and 56. RGB value is (38,96,86). Sum of RGB (Red+Green+Blue) = 38+96+86=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #266056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266056 is #D99FA9. Grayscale: #4D4D4D. Windows color (decimal): -14262186 or 5660710. OLE color: 5660710.

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

Color convert

RGB389686-
CMYK0.6000.100.62
HSL169.66º43.28%26.27%-
HSV(B)169.66º60.42%37.65%-
XYZ6.669.4510.28-
YUV77.52132.7899.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.27%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=17.27%
G=43.64%
B=39.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3896860.6000.100.62169.6643.2826.27
Hex2660563C0A3Eaa2b1a
Octal4614012674012762525332
Binary10011011000001010110111100010101111101010101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266056; }

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

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

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

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

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

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

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

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