#27695A

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

Shades of Eden #27695A

Tints of Eden #27695A

Color information

#27695A (or 0x27695A) is unknown color: approx Eden. HEX triplet: 27, 69 and 5A. RGB value is (39,105,90). Sum of RGB (Red+Green+Blue) = 39+105+90=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #27695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27695A is #D896A5. Grayscale: #535353. Windows color (decimal): -14194342 or 5925159. OLE color: 5925159.

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

Color convert

RGB3910590-
CMYK0.6300.140.59
HSL166.36º45.83%28.24%-
HSV(B)166.36º62.86%41.18%-
XYZ7.7311.2711.44-
YUV83.56131.6396.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=16.67%
G=44.87%
B=38.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39105900.6300.140.59166.3645.8328.24
Hex27695A3F0E3Ba62e1c
Octal4715113277016732465634
Binary10011111010011011010111111011101110111010011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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