#275650

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

Shades of Eden #275650

Tints of Eden #275650

Color information

#275650 (or 0x275650) is unknown color: approx Eden. HEX triplet: 27, 56 and 50. RGB value is (39,86,80). Sum of RGB (Red+Green+Blue) = 39+86+80=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #275650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275650 is #D8A9AF. Grayscale: #474747. Windows color (decimal): -14199216 or 5264935. OLE color: 5264935.

HSL color Cylindrical-coordinate representation of color #275650: hue angle of 172.34º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275650 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB398680-
CMYK0.5500.070.66
HSL172.34º37.6%24.51%-
HSV(B)172.34º54.65%33.73%-
XYZ5.617.678.77-
YUV71.26132.93104.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.02%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=19.02%
G=41.95%
B=39.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3986800.5500.070.66172.3437.624.51
Hex275650370742ac2619
Octal4712612067071022544631
Binary10011110101101010000110111011110000101010110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275650; }

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

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

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

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

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

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

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

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