#27685D

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

Shades of Eden #27685D

Tints of Eden #27685D

Color information

#27685D (or 0x27685D) is unknown color: approx Eden. HEX triplet: 27, 68 and 5D. RGB value is (39,104,93). Sum of RGB (Red+Green+Blue) = 39+104+93=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #27685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27685D is #D897A2. Grayscale: #535353. Windows color (decimal): -14194595 or 6121511. OLE color: 6121511.

HSL color Cylindrical-coordinate representation of color #27685D: hue angle of 169.85º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #27685D is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB3910493-
CMYK0.6200.110.59
HSL169.85º45.45%28.04%-
HSV(B)169.85º62.5%40.78%-
XYZ7.7611.1212.09-
YUV83.31133.4796.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.53%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=16.53%
G=44.07%
B=39.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39104930.6200.110.59169.8545.4528.04
Hex27685D3E0B3Baa2d1c
Octal4715013576013732525534
Binary10011111010001011101111110010111110111010101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27685D; }

 p { color: rgb(39,104,93); }

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

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

 a { background-color: rgb(39,104,93); }

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

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

 span { border-color: rgb(39,104,93); }

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