#26705E

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

Shades of Eden #26705E

Tints of Eden #26705E

Color information

#26705E (or 0x26705E) is unknown color: approx Eden. HEX triplet: 26, 70 and 5E. RGB value is (38,112,94). Sum of RGB (Red+Green+Blue) = 38+112+94=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #26705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26705E is #D98FA1. Grayscale: #575757. Windows color (decimal): -14258082 or 6189094. OLE color: 6189094.

HSL color Cylindrical-coordinate representation of color #26705E: hue angle of 165.41º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26705E is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB3811294-
CMYK0.6600.160.56
HSL165.41º49.33%29.41%-
HSV(B)165.41º66.07%43.92%-
XYZ8.6112.8112.61-
YUV87.82131.4892.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.57%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=15.57%
G=45.90%
B=38.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38112940.6600.160.56165.4149.3329.41
Hex26705E4201038a5311d
Octal46160136102020702456135
Binary1001101110000101111010000100100001110001010010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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