#26625E

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

Shades of Eden #26625E

Tints of Eden #26625E

Color information

#26625E (or 0x26625E) is unknown color: approx Eden. HEX triplet: 26, 62 and 5E. RGB value is (38,98,94). Sum of RGB (Red+Green+Blue) = 38+98+94=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #26625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26625E is #D99DA1. Grayscale: #4F4F4F. Windows color (decimal): -14261666 or 6185510. OLE color: 6185510.

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

Color convert

RGB389894-
CMYK0.6100.040.62
HSL176º44.12%26.67%-
HSV(B)176º61.22%38.43%-
XYZ7.199.9612.13-
YUV79.6136.1298.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 94 (37.11% from 255) = 40.87%
R=16.52%
G=42.61%
B=40.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3898940.6100.040.6217644.1226.67
Hex26625E3D043Eb02c1b
Octal461421367504762605433
Binary1001101100010101111011110101001111101011000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26625E; }

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

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

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

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

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

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

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

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