Html Css Color HEX #137407 Green

📋 copy color: '#137407'

red 19 ◦ green 116 ◦ blue 7

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

Shades of Green #137407

Tints of Green #137407

RGB

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

 GREEN value IS 116 (45.7% from 255) = 81.69%

 BLUE value IS 7 (3.13% from 255) = 4.93%

R = 13.38%
G = 81.69%
B = 4.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#137407 (or 0x137407) is known color: Green. HEX triplet: 13, 74 and 07. RGB value is (19,116,7). Sum of RGB (Red+Green+Blue) = 19+116+7=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 116 (45.70% from 255 or 81.69% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 116 - color contains mainly: green. Hex color #137407 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137407 is #EC8BF8. Grayscale: #4A4A4A. Windows color (decimal): -15502329 or 488467. OLE color: 488467.

HSL color Cylindrical-coordinate representation of color #137407: hue angle of 113.39º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #137407 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 116 7 -
CMYK 0.84 0 0.94 0.55
HSL 113.39º 0.89% 0.24% -
HSV(B) 113.39º 0.94% 0.45% -
XYZ 6.55 12.64 2.3 -
YUV 74.57 89.86 88.36 -
System Red Green Blue C M Y K H S L
Decimal 19 116 7 0.84 0 0.94 0.55 113.39 0.89 0.24
Hex 13 74 7 54 0 5E 37 71 59 18
Octal 23 164 7 124 0 136 67 161 131 30
Binary 10011 1110100 111 1010100 0 1011110 110111 1110001 1011001 11000

Color Harmonies of #137407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137407

Black with #137407

Text Example


Text Example

White with #137407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137407; }

 p { color: rgb(19,116,7); }

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

background-color css

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

 a { background-color: rgb(19,116,7); }

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

border-color css

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

 span { border-color: rgb(19,116,7); }

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