Html Css Color HEX #13720E Green

📋 copy color: '#13720E'

red 19 ◦ green 114 ◦ blue 14

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

Shades of Green #13720E

Tints of Green #13720E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.52%

R = 12.93%
G = 77.55%
B = 9.52%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#13720E (or 0x13720E) is known color: Green. HEX triplet: 13, 72 and 0E. RGB value is (19,114,14). Sum of RGB (Red+Green+Blue) = 19+114+14=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 114 (44.92% from 255 or 77.55% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 114 - color contains mainly: green. Hex color #13720E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13720E is #EC8DF1. Grayscale: #4A4A4A. Windows color (decimal): -15502834 or 946707. OLE color: 946707.

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

Color convert

RGB 19 114 14 -
CMYK 0.83 0 0.88 0.55
HSL 117º 0.78% 0.25% -
HSV(B) 117º 0.88% 0.45% -
XYZ 6.37 12.2 2.44 -
YUV 74.2 94.03 88.63 -
System Red Green Blue C M Y K H S L
Decimal 19 114 14 0.83 0 0.88 0.55 117 0.78 0.25
Hex 13 72 E 53 0 58 37 75 4E 19
Octal 23 162 16 123 0 130 67 165 116 31
Binary 10011 1110010 1110 1010011 0 1011000 110111 1110101 1001110 11001

Color Harmonies of #13720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13720E

Black with #13720E

Text Example


Text Example

White with #13720E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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