Html Css Color HEX #137313 Green

📋 copy color: '#137313'

red 19 ◦ green 115 ◦ blue 19

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

Shades of Green #137313

Tints of Green #137313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.42%

R = 12.42%
G = 75.16%
B = 12.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#137313 (or 0x137313) is known color: Green. HEX triplet: 13, 73 and 13. RGB value is (19,115,19). Sum of RGB (Red+Green+Blue) = 19+115+19=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 115 (45.31% from 255 or 75.16% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 115 - color contains mainly: green. Hex color #137313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137313 is #EC8CEC. Grayscale: #4B4B4B. Windows color (decimal): -15502573 or 1274643. OLE color: 1274643.

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

Color convert

RGB 19 115 19 -
CMYK 0.83 0 0.83 0.55
HSL 120º 0.72% 0.26% -
HSV(B) 120º 0.83% 0.45% -
XYZ 6.52 12.45 2.68 -
YUV 75.35 96.2 87.81 -
System Red Green Blue C M Y K H S L
Decimal 19 115 19 0.83 0 0.83 0.55 120 0.72 0.26
Hex 13 73 13 53 0 53 37 78 48 1A
Octal 23 163 23 123 0 123 67 170 110 32
Binary 10011 1110011 10011 1010011 0 1010011 110111 1111000 1001000 11010

Color Harmonies of #137313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137313

Black with #137313

Text Example


Text Example

White with #137313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137313; }

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

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

background-color css

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

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

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

border-color css

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

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

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