#27685B

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

Shades of Eden #27685B

Tints of Eden #27685B

Color information

#27685B (or 0x27685B) is unknown color: approx Eden. HEX triplet: 27, 68 and 5B. RGB value is (39,104,91). Sum of RGB (Red+Green+Blue) = 39+104+91=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #27685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27685B is #D897A4. Grayscale: #535353. Windows color (decimal): -14194597 or 5990439. OLE color: 5990439.

HSL color Cylindrical-coordinate representation of color #27685B: hue angle of 168º 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 #27685B is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB3910491-
CMYK0.6200.120.59
HSL168º45.45%28.04%-
HSV(B)168º62.5%40.78%-
XYZ7.6811.0911.63-
YUV83.08132.4796.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=16.67%
G=44.44%
B=38.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39104910.6200.120.5916845.4528.04
Hex27685B3E0C3Ba82d1c
Octal4715013376014732505534
Binary10011111010001011011111110011001110111010100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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