#266258

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

Shades of Eden #266258

Tints of Eden #266258

Color information

#266258 (or 0x266258) is unknown color: approx Eden. HEX triplet: 26, 62 and 58. RGB value is (38,98,88). Sum of RGB (Red+Green+Blue) = 38+98+88=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #266258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266258 is #D99DA7. Grayscale: #4E4E4E. Windows color (decimal): -14261672 or 5792294. OLE color: 5792294.

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

Color convert

RGB389888-
CMYK0.6100.100.62
HSL170º44.12%26.67%-
HSV(B)170º61.22%38.43%-
XYZ6.939.8510.77-
YUV78.92133.1298.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=16.96%
G=43.75%
B=39.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3898880.6100.100.6217044.1226.67
Hex2662583D0A3Eaa2c1b
Octal4614213075012762525433
Binary10011011000101011000111101010101111101010101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266258; }

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

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

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

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

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

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

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

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