Html Css Color HEX #13700F Green

📋 copy color: '#13700F'

red 19 ◦ green 112 ◦ blue 15

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

Shades of Green #13700F

Tints of Green #13700F

RGB

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

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

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

R = 13.01%
G = 76.71%
B = 10.27%

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

#13700F (or 0x13700F) is known color: Green. HEX triplet: 13, 70 and 0F. RGB value is (19,112,15). Sum of RGB (Red+Green+Blue) = 19+112+15=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #13700F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13700F is #EC8FF0. Grayscale: #494949. Windows color (decimal): -15503345 or 1011731. OLE color: 1011731.

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

Color convert

RGB 19 112 15 -
CMYK 0.83 0 0.87 0.56
HSL 117.53º 0.76% 0.25% -
HSV(B) 117.53º 0.87% 0.44% -
XYZ 6.15 11.76 2.4 -
YUV 73.14 95.19 89.39 -
System Red Green Blue C M Y K H S L
Decimal 19 112 15 0.83 0 0.87 0.56 117.53 0.76 0.25
Hex 13 70 F 53 0 57 38 76 4C 19
Octal 23 160 17 123 0 127 70 166 114 31
Binary 10011 1110000 1111 1010011 0 1010111 111000 1110110 1001100 11001

Color Harmonies of #13700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13700F

Black with #13700F

Text Example


Text Example

White with #13700F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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