#145B4F

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

Shades of Eden #145B4F

Tints of Eden #145B4F

Color information

#145B4F (or 0x145B4F) is unknown color: approx Eden. HEX triplet: 14, 5B and 4F. RGB value is (20,91,79). Sum of RGB (Red+Green+Blue) = 20+91+79=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #145B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B4F is #EBA4B0. Grayscale: #444444. Windows color (decimal): -15443121 or 5200660. OLE color: 5200660.

HSL color Cylindrical-coordinate representation of color #145B4F: hue angle of 169.86º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145B4F is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB209179-
CMYK0.7800.130.64
HSL169.86º63.96%21.76%-
HSV(B)169.86º78.02%35.69%-
XYZ5.448.28.69-
YUV68.4133.9893.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 91 (35.94% from 255) = 47.89%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=10.53%
G=47.89%
B=41.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2091790.7800.130.64169.8663.9621.76
Hex145B4F4E0D40aa4016
Octal2413311711601510025210026
Binary1010010110111001111100111001101100000010101010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145B4F; }

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

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

<style>
 a { background-color: #145B4F; }

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

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

<style>
 span { border-color: #145B4F; }

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

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