#14594F

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

Shades of Eden #14594F

Tints of Eden #14594F

Color information

#14594F (or 0x14594F) is unknown color: approx Eden. HEX triplet: 14, 59 and 4F. RGB value is (20,89,79). Sum of RGB (Red+Green+Blue) = 20+89+79=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #14594F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14594F is #EBA6B0. Grayscale: #434343. Windows color (decimal): -15443633 or 5200148. OLE color: 5200148.

HSL color Cylindrical-coordinate representation of color #14594F: hue angle of 171.3º 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 #14594F is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB208979-
CMYK0.7800.110.65
HSL171.3º63.3%21.37%-
HSV(B)171.3º77.53%34.9%-
XYZ5.277.868.64-
YUV67.23134.6494.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 89 (35.16% from 255) = 47.34%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=10.64%
G=47.34%
B=42.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089790.7800.110.65171.363.321.37
Hex14594F4E0B41ab3f15
Octal241311171160131012537725
Binary101001011001100111110011100101110000011010101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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