Html Css Color HEX #13720B Green

📋 copy color: '#13720B'

red 19 ◦ green 114 ◦ blue 11

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

Shades of Green #13720B

Tints of Green #13720B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.64%

R = 13.19%
G = 79.17%
B = 7.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#13720B (or 0x13720B) is known color: Green. HEX triplet: 13, 72 and 0B. RGB value is (19,114,11). Sum of RGB (Red+Green+Blue) = 19+114+11=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 114 (44.92% from 255 or 79.17% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 114 - color contains mainly: green. Hex color #13720B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13720B is #EC8DF4. Grayscale: #4A4A4A. Windows color (decimal): -15502837 or 750099. OLE color: 750099.

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

Color convert

RGB 19 114 11 -
CMYK 0.83 0 0.90 0.55
HSL 115.34º 0.82% 0.25% -
HSV(B) 115.34º 0.9% 0.45% -
XYZ 6.35 12.2 2.34 -
YUV 73.85 92.53 88.88 -
System Red Green Blue C M Y K H S L
Decimal 19 114 11 0.83 0 0.90 0.55 115.34 0.82 0.25
Hex 13 72 B 53 0 5A 37 73 52 19
Octal 23 162 13 123 0 132 67 163 122 31
Binary 10011 1110010 1011 1010011 0 1011010 110111 1110011 1010010 11001

Color Harmonies of #13720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13720B

Black with #13720B

Text Example


Text Example

White with #13720B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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