#265650

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

Shades of Eden #265650

Tints of Eden #265650

Color information

#265650 (or 0x265650) is unknown color: approx Eden. HEX triplet: 26, 56 and 50. RGB value is (38,86,80). Sum of RGB (Red+Green+Blue) = 38+86+80=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #265650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265650 is #D9A9AF. Grayscale: #464646. Windows color (decimal): -14264752 or 5264934. OLE color: 5264934.

HSL color Cylindrical-coordinate representation of color #265650: hue angle of 172.5º 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 #265650 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB388680-
CMYK0.5600.070.66
HSL172.5º38.71%24.31%-
HSV(B)172.5º55.81%33.73%-
XYZ5.587.658.77-
YUV70.96133.1104.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=18.63%
G=42.16%
B=39.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3886800.5600.070.66172.538.7124.31
Hex265650380742ac2718
Octal4612612070071022544730
Binary10011010101101010000111000011110000101010110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265650; }

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

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

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

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

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

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

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

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