#266256

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

Shades of Eden #266256

Tints of Eden #266256

Color information

#266256 (or 0x266256) is unknown color: approx Eden. HEX triplet: 26, 62 and 56. RGB value is (38,98,86). Sum of RGB (Red+Green+Blue) = 38+98+86=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #266256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266256 is #D99DA9. Grayscale: #4E4E4E. Windows color (decimal): -14261674 or 5661222. OLE color: 5661222.

HSL color Cylindrical-coordinate representation of color #266256: hue angle of 168º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266256 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB389886-
CMYK0.6100.120.62
HSL168º44.12%26.67%-
HSV(B)168º61.22%38.43%-
XYZ6.859.8210.34-
YUV78.69132.1298.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.12%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=17.12%
G=44.14%
B=38.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3898860.6100.120.6216844.1226.67
Hex2662563D0C3Ea82c1b
Octal4614212675014762505433
Binary10011011000101010110111101011001111101010100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266256; }

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

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

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

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

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

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

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

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