#266058

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

Shades of Eden #266058

Tints of Eden #266058

Color information

#266058 (or 0x266058) is unknown color: approx Eden. HEX triplet: 26, 60 and 58. RGB value is (38,96,88). Sum of RGB (Red+Green+Blue) = 38+96+88=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #266058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266058 is #D99FA7. Grayscale: #4D4D4D. Windows color (decimal): -14262184 or 5791782. OLE color: 5791782.

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

Color convert

RGB389688-
CMYK0.6000.080.62
HSL171.72º43.28%26.27%-
HSV(B)171.72º60.42%37.65%-
XYZ6.749.4810.71-
YUV77.75133.7899.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.12%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=17.12%
G=43.24%
B=39.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3896880.6000.080.62171.7243.2826.27
Hex2660583C083Eac2b1a
Octal4614013074010762545332
Binary10011011000001011000111100010001111101010110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266058; }

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

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

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

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

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

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

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

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