Html Css Color HEX #14680D Green

📋 copy color: '#14680D'

red 20 ◦ green 104 ◦ blue 13

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

Shades of Green #14680D

Tints of Green #14680D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.49%

R = 14.6%
G = 75.91%
B = 9.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#14680D (or 0x14680D) is known color: Green. HEX triplet: 14, 68 and 0D. RGB value is (20,104,13). Sum of RGB (Red+Green+Blue) = 20+104+13=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 104 (41.02% from 255 or 75.91% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 104 - color contains mainly: green. Hex color #14680D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14680D is #EB97F2. Grayscale: #444444. Windows color (decimal): -15439859 or 878612. OLE color: 878612.

HSL color Cylindrical-coordinate representation of color #14680D: hue angle of 115.38º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14680D is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 104 13 -
CMYK 0.81 0 0.88 0.59
HSL 115.38º 0.78% 0.23% -
HSV(B) 115.38º 0.88% 0.41% -
XYZ 5.31 10.08 2.05 -
YUV 68.51 96.67 93.4 -
System Red Green Blue C M Y K H S L
Decimal 20 104 13 0.81 0 0.88 0.59 115.38 0.78 0.23
Hex 14 68 D 51 0 58 3B 73 4E 17
Octal 24 150 15 121 0 130 73 163 116 27
Binary 10100 1101000 1101 1010001 0 1011000 111011 1110011 1001110 10111

Color Harmonies of #14680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14680D

Black with #14680D

Text Example


Text Example

White with #14680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14680D; }

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

 H1.HeaderClassName
 {
   color: #14680D;
 }
 .AnyTagClassName
 {
   color: #14680D;
 }
</style>

background-color css

<style>
 a { background-color: #14680D; }

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

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

border-color css

<style>
 span { border-color: #14680D; }

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

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