#27605A

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

Shades of Eden #27605A

Tints of Eden #27605A

Color information

#27605A (or 0x27605A) is unknown color: approx Eden. HEX triplet: 27, 60 and 5A. RGB value is (39,96,90). Sum of RGB (Red+Green+Blue) = 39+96+90=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #27605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27605A is #D89FA5. Grayscale: #4E4E4E. Windows color (decimal): -14196646 or 5922855. OLE color: 5922855.

HSL color Cylindrical-coordinate representation of color #27605A: hue angle of 173.68º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27605A is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB399690-
CMYK0.5900.060.62
HSL173.68º42.22%26.47%-
HSV(B)173.68º59.38%37.65%-
XYZ6.879.5411.15-
YUV78.27134.6299.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 90 (35.55% from 255) = 40%
R=17.33%
G=42.67%
B=40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996900.5900.060.62173.6842.2226.47
Hex27605A3B063Eae2a1a
Octal471401327306762565232
Binary1001111100000101101011101101101111101010111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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