#27745D

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

Shades of Eden #27745D

Tints of Eden #27745D

Color information

#27745D (or 0x27745D) is unknown color: approx Eden. HEX triplet: 27, 74 and 5D. RGB value is (39,116,93). Sum of RGB (Red+Green+Blue) = 39+116+93=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #27745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27745D is #D88BA2. Grayscale: #5A5A5A. Windows color (decimal): -14191523 or 6124583. OLE color: 6124583.

HSL color Cylindrical-coordinate representation of color #27745D: hue angle of 162.08º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #27745D is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB3911693-
CMYK0.6600.200.55
HSL162.08º49.68%30.39%-
HSV(B)162.08º66.38%45.49%-
XYZ9.0613.7112.53-
YUV90.36129.4991.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.73%
GREEN value IS 116 (45.70% from 255) = 46.77%
BLUE value IS 93 (36.72% from 255) = 37.5%
R=15.73%
G=46.77%
B=37.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39116930.6600.200.55162.0849.6830.39
Hex27745D4201437a2321e
Octal47164135102024672426236
Binary1001111110100101110110000100101001101111010001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27745D; }

 p { color: rgb(39,116,93); }

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

<style>
 a { background-color: #27745D; }

 a { background-color: rgb(39,116,93); }

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

<style>
 span { border-color: #27745D; }

 span { border-color: rgb(39,116,93); }

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