#265D59

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

Shades of Eden #265D59

Tints of Eden #265D59

Color information

#265D59 (or 0x265D59) is unknown color: approx Eden. HEX triplet: 26, 5D and 59. RGB value is (38,93,89). Sum of RGB (Red+Green+Blue) = 38+93+89=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #265D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D59 is #D9A2A6. Grayscale: #4C4C4C. Windows color (decimal): -14262951 or 5856550. OLE color: 5856550.

HSL color Cylindrical-coordinate representation of color #265D59: hue angle of 175.64º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265D59 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB389389-
CMYK0.5900.040.64
HSL175.64º41.98%25.69%-
HSV(B)175.64º59.14%36.47%-
XYZ6.528.9610.84-
YUV76.1135.28100.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.27%
GREEN value IS 93 (36.72% from 255) = 42.27%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=17.27%
G=42.27%
B=40.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3893890.5900.040.64175.6441.9825.69
Hex265D593B0440b02a1a
Octal4613513173041002605232
Binary10011010111011011001111011010010000001011000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265D59; }

 p { color: rgb(38,93,89); }

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

<style>
 a { background-color: #265D59; }

 a { background-color: rgb(38,93,89); }

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

<style>
 span { border-color: #265D59; }

 span { border-color: rgb(38,93,89); }

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