Html Css Color HEX #13720D Green

📋 copy color: '#13720D'

red 19 ◦ green 114 ◦ blue 13

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

Shades of Green #13720D

Tints of Green #13720D

RGB

 RED value IS 19 (7.81% from 255) = 13.01%

 GREEN value IS 114 (44.92% from 255) = 78.08%

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

R = 13.01%
G = 78.08%
B = 8.9%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#13720D (or 0x13720D) is known color: Green. HEX triplet: 13, 72 and 0D. RGB value is (19,114,13). Sum of RGB (Red+Green+Blue) = 19+114+13=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 114 (44.92% from 255 or 78.08% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 114 - color contains mainly: green. Hex color #13720D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13720D is #EC8DF2. Grayscale: #4A4A4A. Windows color (decimal): -15502835 or 881171. OLE color: 881171.

HSL color Cylindrical-coordinate representation of color #13720D: hue angle of 116.44º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13720D is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 13 -
CMYK 0.83 0 0.89 0.55
HSL 116.44º 0.8% 0.25% -
HSV(B) 116.44º 0.89% 0.45% -
XYZ 6.36 12.2 2.4 -
YUV 74.08 93.53 88.71 -
System Red Green Blue C M Y K H S L
Decimal 19 114 13 0.83 0 0.89 0.55 116.44 0.8 0.25
Hex 13 72 D 53 0 59 37 74 50 19
Octal 23 162 15 123 0 131 67 164 120 31
Binary 10011 1110010 1101 1010011 0 1011001 110111 1110100 1010000 11001

Color Harmonies of #13720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13720D

Black with #13720D

Text Example


Text Example

White with #13720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,114,13); }

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

background-color css

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

 a { background-color: rgb(19,114,13); }

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

border-color css

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

 span { border-color: rgb(19,114,13); }

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