#13720E

Color #13720E Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #13720E

Tints of Green #13720E

Color information

#13720E (or 0x13720E) is unknown color: approx 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

RGB1911414-
CMYK0.8300.880.55
HSL117º78.12%25.1%-
HSV(B)117º87.72%44.71%-
XYZ6.3712.22.44-
YUV74.1994.0388.63-

RGB Variations

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

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 (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114140.8300.880.5511778.1225.1
Hex1372E5305837754e19
Octal231621612301306716511631
Binary10011111001011101010011010110001101111110101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13720E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>