Html Css Color HEX #13700D Green

📋 copy color: '#13700D'

red 19 ◦ green 112 ◦ blue 13

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

Shades of Green #13700D

Tints of Green #13700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 77.78%

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

R = 13.19%
G = 77.78%
B = 9.03%

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

#13700D (or 0x13700D) is known color: Green. HEX triplet: 13, 70 and 0D. RGB value is (19,112,13). Sum of RGB (Red+Green+Blue) = 19+112+13=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 112 (44.14% from 255 or 77.78% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 112 - color contains mainly: green. Hex color #13700D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13700D is #EC8FF2. Grayscale: #494949. Windows color (decimal): -15503347 or 880659. OLE color: 880659.

HSL color Cylindrical-coordinate representation of color #13700D: hue angle of 116.36º 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 #13700D is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 112 13 -
CMYK 0.83 0 0.88 0.56
HSL 116.36º 0.79% 0.25% -
HSV(B) 116.36º 0.88% 0.44% -
XYZ 6.14 11.76 2.33 -
YUV 72.91 94.19 89.55 -
System Red Green Blue C M Y K H S L
Decimal 19 112 13 0.83 0 0.88 0.56 116.36 0.79 0.25
Hex 13 70 D 53 0 58 38 74 4F 19
Octal 23 160 15 123 0 130 70 164 117 31
Binary 10011 1110000 1101 1010011 0 1011000 111000 1110100 1001111 11001

Color Harmonies of #13700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13700D

Black with #13700D

Text Example


Text Example

White with #13700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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