#26705B

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

Shades of Eden #26705B

Tints of Eden #26705B

Color information

#26705B (or 0x26705B) is unknown color: approx Eden. HEX triplet: 26, 70 and 5B. RGB value is (38,112,91). Sum of RGB (Red+Green+Blue) = 38+112+91=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #26705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26705B is #D98FA4. Grayscale: #575757. Windows color (decimal): -14258085 or 5992486. OLE color: 5992486.

HSL color Cylindrical-coordinate representation of color #26705B: hue angle of 162.97º 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 #26705B is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB3811291-
CMYK0.6600.190.56
HSL162.97º49.33%29.41%-
HSV(B)162.97º66.07%43.92%-
XYZ8.4812.7611.91-
YUV87.48129.9892.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=15.77%
G=46.47%
B=37.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38112910.6600.190.56162.9749.3329.41
Hex26705B4201338a3311d
Octal46160133102023702436135
Binary1001101110000101101110000100100111110001010001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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