Html Css Color HEX #137309 Green

📋 copy color: '#137309'

red 19 ◦ green 115 ◦ blue 9

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

Shades of Green #137309

Tints of Green #137309

RGB

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

 GREEN value IS 115 (45.31% from 255) = 80.42%

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

R = 13.29%
G = 80.42%
B = 6.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#137309 (or 0x137309) is known color: Green. HEX triplet: 13, 73 and 09. RGB value is (19,115,9). Sum of RGB (Red+Green+Blue) = 19+115+9=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 115 (45.31% from 255 or 80.42% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 115 - color contains mainly: green. Hex color #137309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137309 is #EC8CF6. Grayscale: #4A4A4A. Windows color (decimal): -15502583 or 619283. OLE color: 619283.

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

Color convert

RGB 19 115 9 -
CMYK 0.83 0 0.92 0.55
HSL 114.34º 0.85% 0.24% -
HSV(B) 114.34º 0.92% 0.45% -
XYZ 6.45 12.42 2.32 -
YUV 74.21 91.2 88.62 -
System Red Green Blue C M Y K H S L
Decimal 19 115 9 0.83 0 0.92 0.55 114.34 0.85 0.24
Hex 13 73 9 53 0 5C 37 72 55 18
Octal 23 163 11 123 0 134 67 162 125 30
Binary 10011 1110011 1001 1010011 0 1011100 110111 1110010 1010101 11000

Color Harmonies of #137309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137309

Black with #137309

Text Example


Text Example

White with #137309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137309; }

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

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

background-color css

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

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

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

border-color css

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

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

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