Html Css Color HEX #14563E Fun Green

📋 copy color: '#14563E'

red 20 ◦ green 86 ◦ blue 62

#14563E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #14563E

Tints of Fun Green #14563E

RGB

 RED value IS 20 (8.2% from 255) = 11.9%

 GREEN value IS 86 (33.98% from 255) = 51.19%

 BLUE value IS 62 (24.61% from 255) = 36.9%

R = 11.9%
G = 51.19%
B = 36.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#14563E (or 0x14563E) is known color: 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

RGB 20 86 62 -
CMYK 0.77 0 0.28 0.66
HSL 158.18º 0.62% 0.21% -
HSV(B) 158.18º 0.77% 0.34% -
XYZ 4.49 7.15 5.7 -
YUV 63.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 20 86 62 0.77 0 0.28 0.66 158.18 0.62 0.21
Hex 14 56 3E 4D 0 1C 42 9E 3E 15
Octal 24 126 76 115 0 34 102 236 76 25
Binary 10100 1010110 111110 1001101 0 11100 1000010 10011110 111110 10101

Color Harmonies of #14563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14563E

Black with #14563E

Text Example


Text Example

White with #14563E

Text Example


Text Example

HTML Codes & Css Web 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>