#14593E

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

Shades of Fun Green #14593E

Tints of Fun Green #14593E

Color information

#14593E (or 0x14593E) is unknown color: approx Fun Green. HEX triplet: 14, 59 and 3E. RGB value is (20,89,62). Sum of RGB (Red+Green+Blue) = 20+89+62=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 89 (35.16% from 255 or 52.05% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 89 - color contains mainly: green. Hex color #14593E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14593E is #EBA6C1. Grayscale: #414141. Windows color (decimal): -15443650 or 4086036. OLE color: 4086036.

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

Color convert

RGB208962-
CMYK0.7800.300.65
HSL156.52º63.3%21.37%-
HSV(B)156.52º77.53%34.9%-
XYZ4.737.645.78-
YUV65.29126.1495.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 89 (35.16% from 255) = 52.05%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=11.70%
G=52.05%
B=36.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089620.7800.300.65156.5263.321.37
Hex14593E4E01E419d3f15
Octal24131761160361012357725
Binary101001011001111110100111001111010000011001110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14593E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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