Html Css Color HEX #13710D Green

📋 copy color: '#13710D'

red 19 ◦ green 113 ◦ blue 13

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

Shades of Green #13710D

Tints of Green #13710D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.97%

R = 13.1%
G = 77.93%
B = 8.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#13710D (or 0x13710D) is known color: Green. HEX triplet: 13, 71 and 0D. RGB value is (19,113,13). Sum of RGB (Red+Green+Blue) = 19+113+13=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 113 (44.53% from 255 or 77.93% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 113 - color contains mainly: green. Hex color #13710D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13710D is #EC8EF2. Grayscale: #494949. Windows color (decimal): -15503091 or 880915. OLE color: 880915.

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

Color convert

RGB 19 113 13 -
CMYK 0.83 0 0.88 0.56
HSL 116.4º 0.79% 0.25% -
HSV(B) 116.4º 0.88% 0.44% -
XYZ 6.25 11.98 2.36 -
YUV 73.49 93.86 89.13 -
System Red Green Blue C M Y K H S L
Decimal 19 113 13 0.83 0 0.88 0.56 116.4 0.79 0.25
Hex 13 71 D 53 0 58 38 74 4F 19
Octal 23 161 15 123 0 130 70 164 117 31
Binary 10011 1110001 1101 1010011 0 1011000 111000 1110100 1001111 11001

Color Harmonies of #13710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13710D

Black with #13710D

Text Example


Text Example

White with #13710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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