Html Css Color HEX #14683F Fun Green

📋 copy color: '#14683F'

red 20 ◦ green 104 ◦ blue 63

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

Shades of Fun Green #14683F

Tints of Fun Green #14683F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.61%

 BLUE value IS 63 (25% from 255) = 33.69%

R = 10.7%
G = 55.61%
B = 33.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#14683F (or 0x14683F) is known color: Fun Green. HEX triplet: 14, 68 and 3F. RGB value is (20,104,63). Sum of RGB (Red+Green+Blue) = 20+104+63=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #14683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14683F is #EB97C0. Grayscale: #4A4A4A. Windows color (decimal): -15439809 or 4155412. OLE color: 4155412.

HSL color Cylindrical-coordinate representation of color #14683F: hue angle of 150.71º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14683F is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 104 63 -
CMYK 0.81 0 0.39 0.59
HSL 150.71º 0.68% 0.24% -
HSV(B) 150.71º 0.81% 0.41% -
XYZ 6.14 10.41 6.39 -
YUV 74.21 121.67 89.33 -
System Red Green Blue C M Y K H S L
Decimal 20 104 63 0.81 0 0.39 0.59 150.71 0.68 0.24
Hex 14 68 3F 51 0 27 3B 97 44 18
Octal 24 150 77 121 0 47 73 227 104 30
Binary 10100 1101000 111111 1010001 0 100111 111011 10010111 1000100 11000

Color Harmonies of #14683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14683F

Black with #14683F

Text Example


Text Example

White with #14683F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14683F; }

 p { color: rgb(20,104,63); }

 H1.HeaderClassName
 {
   color: #14683F;
 }
 .AnyTagClassName
 {
   color: #14683F;
 }
</style>

background-color css

<style>
 a { background-color: #14683F; }

 a { background-color: rgb(20,104,63); }

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

border-color css

<style>
 span { border-color: #14683F; }

 span { border-color: rgb(20,104,63); }

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