Html Css Color HEX #14683C Fun Green

📋 copy color: '#14683C'

red 20 ◦ green 104 ◦ blue 60

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

Shades of Fun Green #14683C

Tints of Fun Green #14683C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.61%

R = 10.87%
G = 56.52%
B = 32.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#14683C (or 0x14683C) is known color: Fun Green. HEX triplet: 14, 68 and 3C. RGB value is (20,104,60). Sum of RGB (Red+Green+Blue) = 20+104+60=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #14683C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14683C is #EB97C3. Grayscale: #494949. Windows color (decimal): -15439812 or 3958804. OLE color: 3958804.

HSL color Cylindrical-coordinate representation of color #14683C: hue angle of 148.57º 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 #14683C is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 104 60 -
CMYK 0.81 0 0.42 0.59
HSL 148.57º 0.68% 0.24% -
HSV(B) 148.57º 0.81% 0.41% -
XYZ 6.05 10.38 5.96 -
YUV 73.87 120.17 89.58 -
System Red Green Blue C M Y K H S L
Decimal 20 104 60 0.81 0 0.42 0.59 148.57 0.68 0.24
Hex 14 68 3C 51 0 2A 3B 95 44 18
Octal 24 150 74 121 0 52 73 225 104 30
Binary 10100 1101000 111100 1010001 0 101010 111011 10010101 1000100 11000

Color Harmonies of #14683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14683C

Black with #14683C

Text Example


Text Example

White with #14683C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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