Html Css Color HEX #13720C Green

📋 copy color: '#13720C'

red 19 ◦ green 114 ◦ blue 12

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

Shades of Green #13720C

Tints of Green #13720C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.28%

R = 13.1%
G = 78.62%
B = 8.28%

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

#13720C (or 0x13720C) is known color: Green. HEX triplet: 13, 72 and 0C. RGB value is (19,114,12). Sum of RGB (Red+Green+Blue) = 19+114+12=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 114 (44.92% from 255 or 78.62% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 114 - color contains mainly: green. Hex color #13720C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13720C is #EC8DF3. Grayscale: #4A4A4A. Windows color (decimal): -15502836 or 815635. OLE color: 815635.

HSL color Cylindrical-coordinate representation of color #13720C: hue angle of 115.88º degrees, saturation: 0.81, 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 #13720C is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 12 -
CMYK 0.83 0 0.89 0.55
HSL 115.88º 0.81% 0.25% -
HSV(B) 115.88º 0.89% 0.45% -
XYZ 6.35 12.2 2.37 -
YUV 73.97 93.03 88.79 -
System Red Green Blue C M Y K H S L
Decimal 19 114 12 0.83 0 0.89 0.55 115.88 0.81 0.25
Hex 13 72 C 53 0 59 37 74 51 19
Octal 23 162 14 123 0 131 67 164 121 31
Binary 10011 1110010 1100 1010011 0 1011001 110111 1110100 1010001 11001

Color Harmonies of #13720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13720C

Black with #13720C

Text Example


Text Example

White with #13720C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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