#27705B

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

Shades of Eden #27705B

Tints of Eden #27705B

Color information

#27705B (or 0x27705B) is unknown color: approx Eden. HEX triplet: 27, 70 and 5B. RGB value is (39,112,91). Sum of RGB (Red+Green+Blue) = 39+112+91=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #27705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27705B is #D88FA4. Grayscale: #575757. Windows color (decimal): -14192549 or 5992487. OLE color: 5992487.

HSL color Cylindrical-coordinate representation of color #27705B: hue angle of 162.74º 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 #27705B is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB3911291-
CMYK0.6500.190.56
HSL162.74º48.34%29.61%-
HSV(B)162.74º65.18%43.92%-
XYZ8.5212.7811.91-
YUV87.78129.8293.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.12%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=16.12%
G=46.28%
B=37.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39112910.6500.190.56162.7448.3429.61
Hex27705B4101338a3301e
Octal47160133101023702436036
Binary1001111110000101101110000010100111110001010001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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