#14594E

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

Shades of Eden #14594E

Tints of Eden #14594E

Color information

#14594E (or 0x14594E) is unknown color: approx Eden. HEX triplet: 14, 59 and 4E. RGB value is (20,89,78). Sum of RGB (Red+Green+Blue) = 20+89+78=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #14594E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14594E is #EBA6B1. Grayscale: #434343. Windows color (decimal): -15443634 or 5134612. OLE color: 5134612.

HSL color Cylindrical-coordinate representation of color #14594E: hue angle of 170.43º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14594E is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB208978-
CMYK0.7800.120.65
HSL170.43º63.3%21.37%-
HSV(B)170.43º77.53%34.9%-
XYZ5.247.848.45-
YUV67.11134.1494.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 89 (35.16% from 255) = 47.59%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=10.70%
G=47.59%
B=41.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089780.7800.120.65170.4363.321.37
Hex14594E4E0C41aa3f15
Octal241311161160141012527725
Binary101001011001100111010011100110010000011010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,89,78); }

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

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

 a { background-color: rgb(20,89,78); }

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

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

 span { border-color: rgb(20,89,78); }

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