#27695F

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

Shades of Eden #27695F

Tints of Eden #27695F

Color information

#27695F (or 0x27695F) is unknown color: approx Eden. HEX triplet: 27, 69 and 5F. RGB value is (39,105,95). Sum of RGB (Red+Green+Blue) = 39+105+95=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #27695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27695F is #D896A0. Grayscale: #545454. Windows color (decimal): -14194337 or 6252839. OLE color: 6252839.

HSL color Cylindrical-coordinate representation of color #27695F: hue angle of 170.91º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #27695F is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB3910595-
CMYK0.6300.100.59
HSL170.91º45.83%28.24%-
HSV(B)170.91º62.86%41.18%-
XYZ7.9511.3612.6-
YUV84.13134.1395.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=16.32%
G=43.93%
B=39.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39105950.6300.100.59170.9145.8328.24
Hex27695F3F0A3Bab2e1c
Octal4715113777012732535634
Binary10011111010011011111111111010101110111010101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27695F; }

 p { color: rgb(39,105,95); }

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

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

 a { background-color: rgb(39,105,95); }

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

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

 span { border-color: rgb(39,105,95); }

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