#14563E

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

Shades of Fun Green #14563E

Tints of Fun Green #14563E

Color information

#14563E (or 0x14563E) is unknown color: approx Fun Green. HEX triplet: 14, 56 and 3E. RGB value is (20,86,62). Sum of RGB (Red+Green+Blue) = 20+86+62=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #14563E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14563E is #EBA9C1. Grayscale: #3F3F3F. Windows color (decimal): -15444418 or 4085268. OLE color: 4085268.

HSL color Cylindrical-coordinate representation of color #14563E: hue angle of 158.18º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14563E is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB208662-
CMYK0.7700.280.66
HSL158.18º62.26%20.78%-
HSV(B)158.18º76.74%33.73%-
XYZ4.497.155.7-
YUV63.53127.1396.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 86 (33.98% from 255) = 51.19%
BLUE value IS 62 (24.61% from 255) = 36.90%
R=11.90%
G=51.19%
B=36.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2086620.7700.280.66158.1862.2620.78
Hex14563E4D01C429e3e15
Octal24126761150341022367625
Binary101001010110111110100110101110010000101001111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,86,62); }

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

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

 a { background-color: rgb(20,86,62); }

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

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

 span { border-color: rgb(20,86,62); }

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