#265952

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

Shades of Eden #265952

Tints of Eden #265952

Color information

#265952 (or 0x265952) is unknown color: approx Eden. HEX triplet: 26, 59 and 52. RGB value is (38,89,82). Sum of RGB (Red+Green+Blue) = 38+89+82=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #265952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265952 is #D9A6AD. Grayscale: #484848. Windows color (decimal): -14263982 or 5396774. OLE color: 5396774.

HSL color Cylindrical-coordinate representation of color #265952: hue angle of 171.76º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265952 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB388982-
CMYK0.5700.080.65
HSL171.76º40.16%24.9%-
HSV(B)171.76º57.3%34.9%-
XYZ5.898.179.25-
YUV72.95133.1103.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=18.18%
G=42.58%
B=39.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3889820.5700.080.65171.7640.1624.9
Hex265952390841ac2819
Octal46131122710101012545031
Binary100110101100110100101110010100010000011010110010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265952; }

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

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

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

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

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

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

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

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