#27685A

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

Shades of Eden #27685A

Tints of Eden #27685A

Color information

#27685A (or 0x27685A) is unknown color: approx Eden. HEX triplet: 27, 68 and 5A. RGB value is (39,104,90). Sum of RGB (Red+Green+Blue) = 39+104+90=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #27685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27685A is #D897A5. Grayscale: #525252. Windows color (decimal): -14194598 or 5924903. OLE color: 5924903.

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

Color convert

RGB3910490-
CMYK0.6200.130.59
HSL167.08º45.45%28.04%-
HSV(B)167.08º62.5%40.78%-
XYZ7.6311.0711.41-
YUV82.97131.9796.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.74%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=16.74%
G=44.64%
B=38.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39104900.6200.130.59167.0845.4528.04
Hex27685A3E0D3Ba72d1c
Octal4715013276015732475534
Binary10011111010001011010111110011011110111010011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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