Html Css Color HEX #14663B Fun Green

📋 copy color: '#14663B'

red 20 ◦ green 102 ◦ blue 59

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

Shades of Fun Green #14663B

Tints of Fun Green #14663B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 56.35%

 BLUE value IS 59 (23.44% from 255) = 32.6%

R = 11.05%
G = 56.35%
B = 32.6%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#14663B (or 0x14663B) is known color: Fun Green. HEX triplet: 14, 66 and 3B. RGB value is (20,102,59). Sum of RGB (Red+Green+Blue) = 20+102+59=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #14663B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14663B is #EB99C4. Grayscale: #484848. Windows color (decimal): -15440325 or 3892756. OLE color: 3892756.

HSL color Cylindrical-coordinate representation of color #14663B: hue angle of 148.54º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14663B is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB 20 102 59 -
CMYK 0.80 0 0.42 0.6
HSL 148.54º 0.67% 0.24% -
HSV(B) 148.54º 0.8% 0.4% -
XYZ 5.83 9.97 5.75 -
YUV 72.58 120.33 90.5 -
System Red Green Blue C M Y K H S L
Decimal 20 102 59 0.80 0 0.42 0.6 148.54 0.67 0.24
Hex 14 66 3B 50 0 2A 3C 95 43 18
Octal 24 146 73 120 0 52 74 225 103 30
Binary 10100 1100110 111011 1010000 0 101010 111100 10010101 1000011 11000

Color Harmonies of #14663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14663B

Black with #14663B

Text Example


Text Example

White with #14663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14663B; }

 p { color: rgb(20,102,59); }

 H1.HeaderClassName
 {
   color: #14663B;
 }
 .AnyTagClassName
 {
   color: #14663B;
 }
</style>

background-color css

<style>
 a { background-color: #14663B; }

 a { background-color: rgb(20,102,59); }

 div.DivClassName
 {
   background-color: #14663B;
 }
 .BgClassName
 {
   background-color: #14663B;
 }
</style>

border-color css

<style>
 span { border-color: #14663B; }

 span { border-color: rgb(20,102,59); }

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