#26695B

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

Shades of Eden #26695B

Tints of Eden #26695B

Color information

#26695B (or 0x26695B) is unknown color: approx Eden. HEX triplet: 26, 69 and 5B. RGB value is (38,105,91). Sum of RGB (Red+Green+Blue) = 38+105+91=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #26695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26695B is #D996A4. Grayscale: #535353. Windows color (decimal): -14259877 or 5990694. OLE color: 5990694.

HSL color Cylindrical-coordinate representation of color #26695B: hue angle of 167.46º 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 #26695B is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB3810591-
CMYK0.6400.130.59
HSL167.46º46.85%28.04%-
HSV(B)167.46º63.81%41.18%-
XYZ7.7411.2711.67-
YUV83.37132.395.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.24%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=16.24%
G=44.87%
B=38.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38105910.6400.130.59167.4646.8528.04
Hex26695B400D3Ba72f1c
Octal46151133100015732475734
Binary100110110100110110111000000011011110111010011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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