#26564F

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

Shades of Eden #26564F

Tints of Eden #26564F

Color information

#26564F (or 0x26564F) is unknown color: approx Eden. HEX triplet: 26, 56 and 4F. RGB value is (38,86,79). Sum of RGB (Red+Green+Blue) = 38+86+79=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #26564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26564F is #D9A9B0. Grayscale: #464646. Windows color (decimal): -14264753 or 5199398. OLE color: 5199398.

HSL color Cylindrical-coordinate representation of color #26564F: hue angle of 171.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #26564F is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB388679-
CMYK0.5600.080.66
HSL171.25º38.71%24.31%-
HSV(B)171.25º55.81%33.73%-
XYZ5.547.638.58-
YUV70.85132.6104.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 86 (33.98% from 255) = 42.36%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=18.72%
G=42.36%
B=38.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3886790.5600.080.66171.2538.7124.31
Hex26564F380842ab2718
Octal46126117700101022534730
Binary100110101011010011111110000100010000101010101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26564F; }

 p { color: rgb(38,86,79); }

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

<style>
 a { background-color: #26564F; }

 a { background-color: rgb(38,86,79); }

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

<style>
 span { border-color: #26564F; }

 span { border-color: rgb(38,86,79); }

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