#26695C

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

Shades of Eden #26695C

Tints of Eden #26695C

Color information

#26695C (or 0x26695C) is unknown color: approx Eden. HEX triplet: 26, 69 and 5C. RGB value is (38,105,92). Sum of RGB (Red+Green+Blue) = 38+105+92=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #26695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26695C is #D996A3. Grayscale: #535353. Windows color (decimal): -14259876 or 6056230. OLE color: 6056230.

HSL color Cylindrical-coordinate representation of color #26695C: hue angle of 168.36º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #26695C is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB3810592-
CMYK0.6400.120.59
HSL168.36º46.85%28.04%-
HSV(B)168.36º63.81%41.18%-
XYZ7.7811.2911.89-
YUV83.48132.895.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.17%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=16.17%
G=44.68%
B=39.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38105920.6400.120.59168.3646.8528.04
Hex26695C400C3Ba82f1c
Octal46151134100014732505734
Binary100110110100110111001000000011001110111010100010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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