#27695B

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

Shades of Eden #27695B

Tints of Eden #27695B

Color information

#27695B (or 0x27695B) is unknown color: approx Eden. HEX triplet: 27, 69 and 5B. RGB value is (39,105,91). Sum of RGB (Red+Green+Blue) = 39+105+91=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #27695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27695B is #D896A4. Grayscale: #535353. Windows color (decimal): -14194341 or 5990695. OLE color: 5990695.

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

Color convert

RGB3910591-
CMYK0.6300.130.59
HSL167.27º45.83%28.24%-
HSV(B)167.27º62.86%41.18%-
XYZ7.7811.2911.67-
YUV83.67132.1396.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.60%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=16.60%
G=44.68%
B=38.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39105910.6300.130.59167.2745.8328.24
Hex27695B3F0D3Ba72e1c
Octal4715113377015732475634
Binary10011111010011011011111111011011110111010011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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