#26705C

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

Shades of Eden #26705C

Tints of Eden #26705C

Color information

#26705C (or 0x26705C) is unknown color: approx Eden. HEX triplet: 26, 70 and 5C. RGB value is (38,112,92). Sum of RGB (Red+Green+Blue) = 38+112+92=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #26705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26705C is #D98FA3. Grayscale: #575757. Windows color (decimal): -14258084 or 6058022. OLE color: 6058022.

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

Color convert

RGB3811292-
CMYK0.6600.180.56
HSL163.78º49.33%29.41%-
HSV(B)163.78º66.07%43.92%-
XYZ8.5312.7712.14-
YUV87.59130.4892.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=15.70%
G=46.28%
B=38.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38112920.6600.180.56163.7849.3329.41
Hex26705C4201238a4311d
Octal46160134102022702446135
Binary1001101110000101110010000100100101110001010010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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