Html Css Color HEX #13710F Green

📋 copy color: '#13710F'

red 19 ◦ green 113 ◦ blue 15

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

Shades of Green #13710F

Tints of Green #13710F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 76.87%

 BLUE value IS 15 (6.25% from 255) = 10.2%

R = 12.93%
G = 76.87%
B = 10.2%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#13710F (or 0x13710F) is known color: Green. HEX triplet: 13, 71 and 0F. RGB value is (19,113,15). Sum of RGB (Red+Green+Blue) = 19+113+15=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 113 (44.53% from 255 or 76.87% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 113 - color contains mainly: green. Hex color #13710F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13710F is #EC8EF0. Grayscale: #4A4A4A. Windows color (decimal): -15503089 or 1011987. OLE color: 1011987.

HSL color Cylindrical-coordinate representation of color #13710F: hue angle of 117.55º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13710F is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 113 15 -
CMYK 0.83 0 0.87 0.56
HSL 117.55º 0.77% 0.25% -
HSV(B) 117.55º 0.87% 0.44% -
XYZ 6.26 11.98 2.43 -
YUV 73.72 94.86 88.97 -
System Red Green Blue C M Y K H S L
Decimal 19 113 15 0.83 0 0.87 0.56 117.55 0.77 0.25
Hex 13 71 F 53 0 57 38 76 4D 19
Octal 23 161 17 123 0 127 70 166 115 31
Binary 10011 1110001 1111 1010011 0 1010111 111000 1110110 1001101 11001

Color Harmonies of #13710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13710F

Black with #13710F

Text Example


Text Example

White with #13710F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13710F; }

 p { color: rgb(19,113,15); }

 H1.HeaderClassName
 {
   color: #13710F;
 }
 .AnyTagClassName
 {
   color: #13710F;
 }
</style>

background-color css

<style>
 a { background-color: #13710F; }

 a { background-color: rgb(19,113,15); }

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

border-color css

<style>
 span { border-color: #13710F; }

 span { border-color: rgb(19,113,15); }

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