Html Css Color HEX #137409 Green

📋 copy color: '#137409'

red 19 ◦ green 116 ◦ blue 9

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

Shades of Green #137409

Tints of Green #137409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.25%

R = 13.19%
G = 80.56%
B = 6.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#137409 (or 0x137409) is known color: Green. HEX triplet: 13, 74 and 09. RGB value is (19,116,9). Sum of RGB (Red+Green+Blue) = 19+116+9=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 116 (45.70% from 255 or 80.56% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 116 - color contains mainly: green. Hex color #137409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137409 is #EC8BF6. Grayscale: #4B4B4B. Windows color (decimal): -15502327 or 619539. OLE color: 619539.

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

Color convert

RGB 19 116 9 -
CMYK 0.84 0 0.92 0.55
HSL 114.39º 0.86% 0.25% -
HSV(B) 114.39º 0.92% 0.45% -
XYZ 6.56 12.65 2.35 -
YUV 74.8 90.86 88.2 -
System Red Green Blue C M Y K H S L
Decimal 19 116 9 0.84 0 0.92 0.55 114.39 0.86 0.25
Hex 13 74 9 54 0 5C 37 72 56 19
Octal 23 164 11 124 0 134 67 162 126 31
Binary 10011 1110100 1001 1010100 0 1011100 110111 1110010 1010110 11001

Color Harmonies of #137409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137409

Black with #137409

Text Example


Text Example

White with #137409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137409; }

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

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

background-color css

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

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

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

border-color css

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

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

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