#27705E

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

Shades of Eden #27705E

Tints of Eden #27705E

Color information

#27705E (or 0x27705E) is unknown color: approx Eden. HEX triplet: 27, 70 and 5E. RGB value is (39,112,94). Sum of RGB (Red+Green+Blue) = 39+112+94=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #27705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27705E is #D88FA1. Grayscale: #585858. Windows color (decimal): -14192546 or 6189095. OLE color: 6189095.

HSL color Cylindrical-coordinate representation of color #27705E: hue angle of 165.21º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27705E is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB3911294-
CMYK0.6500.160.56
HSL165.21º48.34%29.61%-
HSV(B)165.21º65.18%43.92%-
XYZ8.6512.8312.61-
YUV88.12131.3292.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.92%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=15.92%
G=45.71%
B=38.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39112940.6500.160.56165.2148.3429.61
Hex27705E4101038a5301e
Octal47160136101020702456036
Binary1001111110000101111010000010100001110001010010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27705E; }

 p { color: rgb(39,112,94); }

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

<style>
 a { background-color: #27705E; }

 a { background-color: rgb(39,112,94); }

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

<style>
 span { border-color: #27705E; }

 span { border-color: rgb(39,112,94); }

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